mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix Safari not working not working (Untested). Fix cached download links not proxying the torrent download.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user