Fix capitalization in boxsets

This commit is contained in:
Matt 2020-03-19 18:04:23 -04:00
parent d7364afbf5
commit 4de1230cf5
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ class UpdateWorker(threading.Thread):
default_args = (self.server, jellyfindb, kodidb, self.direct_path)
if item['Type'] == 'Movie':
obj = Movies(*default_args).movie
elif item['Type'] == 'Boxset':
elif item['Type'] == 'BoxSet':
obj = Movies(*default_args).boxset
elif item['Type'] == 'Series':
obj = TVShows(*default_args).tvshow