Fix undefined variable in remove function

This commit is contained in:
Matt 2020-08-02 19:12:15 -04:00
parent 4178f0a362
commit 7f012dc8b0
5 changed files with 8 additions and 8 deletions

View file

@ -27,7 +27,7 @@ LOG = LazyLogger(__name__)
class TVShows(KodiDb):
def __init__(self, server, jellyfindb, videodb, direct_path, library, update_library=False):
def __init__(self, server, jellyfindb, videodb, direct_path, library=None, update_library=False):
self.server = server
self.jellyfin = jellyfindb