mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
Fixed: Searching BTN
This commit is contained in:
@@ -92,6 +92,7 @@ namespace NzbDrone.Core.Indexers.BroadcastheNet
|
||||
torrentInfo.Container = torrent.Container;
|
||||
torrentInfo.Codec = torrent.Codec;
|
||||
torrentInfo.Resolution = torrent.Resolution;
|
||||
torrentInfo.Category = new List<IndexerCategory> { NewznabStandardCategory.TV };
|
||||
|
||||
results.Add(torrentInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user