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

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