Update videolibrary_service.py

This commit is contained in:
Intel1
2017-08-09 15:28:30 -05:00
committed by GitHub
parent 46160684b6
commit c956b28a3e

View File

@@ -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: