Skip to content

Commit

Permalink
Change library.sync on load to use librarywindow.sync
Browse files Browse the repository at this point in the history
  • Loading branch information
krathjen committed Sep 1, 2019
1 parent 4da565c commit 804f2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/studiolibrary/librarywindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def setPath(self, path):
library.setPath(path)

if not os.path.exists(library.databasePath()):
library.sync()
self.sync()

self.refresh()
self.library().search()
Expand Down

0 comments on commit 804f2b9

Please # to comment.