From 5d10afd5a79b2e63cf78ea2c9c05b771311fca2f Mon Sep 17 00:00:00 2001 From: todd Date: Fri, 29 Apr 2022 08:47:19 -0400 Subject: [PATCH] fix: Additional error message for bad poster url ver: 2.1.5 --- searcharr.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/searcharr.py b/searcharr.py index 9cc1e5e..5834876 100644 --- a/searcharr.py +++ b/searcharr.py @@ -22,7 +22,7 @@ import sonarr import settings -__version__ = "2.1.4" +__version__ = "2.1.5" DBPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data") DBFILE = "searcharr.db" @@ -1764,6 +1764,7 @@ def _xlate(self, key, **kwargs): _bad_request_poster_error_messages = [ "Wrong type of the web page content", "Wrong file identifier/http url specified", + "Media_empty", ]