Fix "Prefer Kodi Artwork" toggle doing the exact opposite

This commit is contained in:
croneter 2018-07-12 16:34:35 +02:00
parent 726addd117
commit 141234c8b8

View file

@ -119,7 +119,7 @@ class Items(object):
setid = self.kodi_db.create_collection(setname)
external_set_artwork = api.set_artwork()
if (external_set_artwork and
utils.settings('PreferKodiCollectionArt') == 'false'):
utils.settings('PreferKodiCollectionArt') == 'true'):
# Need to make sure we are not overwriting existing Plex
# collection artwork
plex_artwork = api.artwork(kodi_id=setid,