Error log. likely item is missing metadata
This commit is contained in:
parent
438673df66
commit
be28995340
@ -298,8 +298,8 @@ def sort_by_dates(video, date_type):
|
||||
pass
|
||||
# todo-me return object
|
||||
except Exception as e:
|
||||
logger.exception(e)
|
||||
exit()
|
||||
logger.error("Error:{} for {}".format(e, video._prettyfilename()))
|
||||
# exit()
|
||||
|
||||
|
||||
def multi_filter_search(keyword_dict, library, search_eps=None):
|
||||
|
Loading…
Reference in New Issue
Block a user