Skip to content

Commit 5d10afd

Browse files
committed
fix: Additional error message for bad poster url
ver: 2.1.5
1 parent e10111d commit 5d10afd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

searcharr.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import sonarr
2323
import settings
2424

25-
__version__ = "2.1.4"
25+
__version__ = "2.1.5"
2626

2727
DBPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data")
2828
DBFILE = "searcharr.db"
@@ -1764,6 +1764,7 @@ def _xlate(self, key, **kwargs):
17641764
_bad_request_poster_error_messages = [
17651765
"Wrong type of the web page content",
17661766
"Wrong file identifier/http url specified",
1767+
"Media_empty",
17671768
]
17681769

17691770

0 commit comments

Comments
 (0)