Skip to content

Commit

Permalink
Merge pull request jellyfin#18 from jmeacoe/master
Browse files Browse the repository at this point in the history
fast sync fix jellyfin#15
  • Loading branch information
anthonylavado authored Apr 23, 2019
2 parents d195c4e + 5f0416d commit c12918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def startup(self):
if settings('kodiCompanion.bool'):

for plugin in self.server['api'].get_plugins():
if plugin['Name'] in ("Jellyfin.Kodi Sync Queue", "Kodi companion"):
if plugin['Name'] in ("Jellyfin.Kodi Sync Queue", "Kodi companion", "Kodi Sync Queue"):

if not self.fast_sync():
dialog("ok", heading="{jellyfin}", line1=_(33128))
Expand Down

0 comments on commit c12918f

Please sign in to comment.