Also do a playlist full sync on library full sync
This commit is contained in:
parent
25a9a3c4ce
commit
5bfe9b7c7f
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ class LibrarySync(Thread):
|
||||||
repair)
|
repair)
|
||||||
if self._full_sync() is False:
|
if self._full_sync() is False:
|
||||||
return False
|
return False
|
||||||
|
playlists.full_sync()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def _full_sync(self):
|
def _full_sync(self):
|
||||||
|
|
Loading…
Reference in a new issue