mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
Fixed: AnimoTosho RSS feed size parsing.
Also added handling for multiple enclosure elements. ref #1384
This commit is contained in:
@@ -17,7 +17,7 @@ namespace NzbDrone.Core.Indexers
|
||||
|
||||
public TorrentRssParser()
|
||||
{
|
||||
|
||||
PreferredEnclosureMimeType = "application/x-bittorrent";
|
||||
}
|
||||
|
||||
public IEnumerable<XElement> GetItems(IndexerResponse indexerResponse)
|
||||
|
||||
Reference in New Issue
Block a user