diff --git a/plugin.video.alfa/videolibrary_service.py b/plugin.video.alfa/videolibrary_service.py index ede7b9aa..a76ed40e 100644 --- a/plugin.video.alfa/videolibrary_service.py +++ b/plugin.video.alfa/videolibrary_service.py @@ -87,7 +87,7 @@ def check_for_update(overwrite=True): p_dialog.update(0, '') show_list = [] - for path, folders, files in filetools.walk(library.TVSHOWS_PATH): + for path, folders, files in filetools.walk(videolibrarytools.TVSHOWS_PATH): show_list.extend([filetools.join(path, f) for f in files if f == "tvshow.nfo"]) if show_list: