Skip to content

Commit

Permalink
Merge pull request #93 from oddstr13/pr-fix-syntaxerror-1
Browse files Browse the repository at this point in the history
Remove stray single quote resulting in crash
  • Loading branch information
mcarlton00 authored Sep 28, 2019
2 parents 61fc82d + 94b8fe8 commit d7cc0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/full_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def remove_library(self, library_id, dialog):
# can't find it, but I'm not comfortable
# removing it right now
LOG.info('Triggered the mystery function')
LOG.debug('Mystery function item type: {}'.format('items[0][1]))
LOG.debug('Mystery function item type: {}'.format(items[0][1]))
obj = MEDIA[items[0][1]](self.server, jellyfindb, kodidb, direct_path).remove

for item in items:
Expand Down

0 comments on commit d7cc0a4

Please sign in to comment.