From e06aad7fc6658d7a04479e66b4efb3ce2626b3da Mon Sep 17 00:00:00 2001 From: Vitiko Date: Mon, 18 Sep 2023 15:25:02 -0400 Subject: [PATCH] Update providers exception regex for Windows --- bazarr/app/get_providers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):