Fix torrentday non local login

This commit is contained in:
KZ
2015-09-04 19:16:40 +01:00
parent b39740848d
commit cf0f355960

View File

@@ -117,6 +117,7 @@ namespace Jackett.Indexers
SaveConfig(); SaveConfig();
IsConfigured = true; IsConfigured = true;
return IndexerConfigurationStatus.Completed;
} }
catch (Exception e) catch (Exception e)
{ {