PEP8
This commit is contained in:
parent
8bffc5a30f
commit
2fcb43b9d9
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ class FullSync(backgroundthread.KillableThread, common.libsync_mixin):
|
||||||
kinds.extend([
|
kinds.extend([
|
||||||
(v.PLEX_TYPE_ARTIST, itemtypes.Artist, False),
|
(v.PLEX_TYPE_ARTIST, itemtypes.Artist, False),
|
||||||
(v.PLEX_TYPE_ALBUM, itemtypes.Album, True),
|
(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:
|
with PlexDB() as self.plexdb:
|
||||||
for kind in kinds:
|
for kind in kinds:
|
||||||
# Setup our variables
|
# Setup our variables
|
||||||
|
|
Loading…
Reference in a new issue