This commit is contained in:
croneter 2018-11-03 18:47:51 +01:00
parent 8bffc5a30f
commit 2fcb43b9d9

View file

@ -154,7 +154,8 @@ class FullSync(backgroundthread.KillableThread, common.libsync_mixin):
kinds.extend([
(v.PLEX_TYPE_ARTIST, itemtypes.Artist, False),
(v.PLEX_TYPE_ALBUM, itemtypes.Album, True),
(v.PLEX_TYPE_SONG, itemtypes.Song, False)])
(v.PLEX_TYPE_SONG, itemtypes.Song, False)
])
with PlexDB() as self.plexdb:
for kind in kinds:
# Setup our variables