Fixed: Searching BTN

This commit is contained in:
ta264
2021-03-15 21:15:56 +00:00
parent 34ff1edd00
commit 76bded0c50
2 changed files with 3 additions and 2 deletions
@@ -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);
}