Added a space to better follow style guidelines

This commit is contained in:
James 2019-04-14 14:34:31 -04:00
parent 9cb89156ee
commit 5f0416d1ce
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ class Library(threading.Thread):
if settings('kodiCompanion.bool'):
for plugin in self.server['api'].get_plugins():
if plugin['Name'] in ("Jellyfin.Kodi Sync Queue", "Kodi companion","Kodi Sync Queue"):
if plugin['Name'] in ("Jellyfin.Kodi Sync Queue", "Kodi companion", "Kodi Sync Queue"):
if not self.fast_sync():
dialog("ok", heading="{jellyfin}", line1=_(33128))