TorrentDay: Add error message on invalid cookies

This commit is contained in:
kaso17 2016-12-10 18:39:20 +01:00
parent 2ffdc1678b
commit 2ad44cd79b
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ namespace Jackett.Indexers
// Check for being logged out
if (results.IsRedirect)
throw new AuthenticationException();
throw new ExceptionWithConfigData("Login failed, please reconfigure the tracker to update the cookies", configData);
try
{