Remove stray single quote

This commit is contained in:
Odd Stråbø 2019-09-28 20:35:54 +02:00
parent 61fc82db28
commit 94b8fe85dc

View file

@ -541,7 +541,7 @@ class FullSync(object):
# 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: