Fix Safari not working not working (Untested). Fix cached download links not proxying the torrent download.

This commit is contained in:
KZ
2015-08-05 23:00:09 +01:00
parent d70b4412ed
commit bcc0b5b6bf
22 changed files with 274 additions and 18791 deletions

View File

@@ -90,7 +90,7 @@ namespace Jackett.Services
logger.Info(string.Format("Found {0} releases from {1}", results.Count(), indexer.DisplayName));
if (results.Count() == 0)
throw new Exception("Found no results while trying to browse this tracker");
cacheService.CacheRssResults(indexer.DisplayName, results);
cacheService.CacheRssResults(indexer, results);
}
public void DeleteIndexer(string name)