Skip to content

Commit

Permalink
fix: Additional error message for bad poster url
Browse files Browse the repository at this point in the history
ver: 2.1.5
  • Loading branch information
toddrob99 committed Apr 29, 2022
1 parent e10111d commit 5d10afd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion searcharr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
]


Expand Down

0 comments on commit 5d10afd

Please sign in to comment.