diff --git a/bazarr/app/get_providers.py b/bazarr/app/get_providers.py index 8d10dc3be..2338fa753 100644 --- a/bazarr/app/get_providers.py +++ b/bazarr/app/get_providers.py @@ -30,7 +30,7 @@ from sonarr.blacklist import blacklist_log from utilities.analytics import event_tracker -_TRACEBACK_RE = re.compile(r'File "(.*?providers/.*?)", line (\d+)') +_TRACEBACK_RE = re.compile(r'File "(.*?providers[\\/].*?)", line (\d+)') def time_until_midnight(timezone):