mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
parent
27001b48f6
commit
d2f99f1330
@ -97,7 +97,7 @@ public override IEnumerable<DownloadClientItem> GetItems()
|
|||||||
foreach (var torrent in torrents)
|
foreach (var torrent in torrents)
|
||||||
{
|
{
|
||||||
var item = new DownloadClientItem();
|
var item = new DownloadClientItem();
|
||||||
item.DownloadId = torrent.Hash.ToUpper();
|
item.DownloadId = torrent.Hash?.ToUpper();
|
||||||
item.Title = torrent.Name;
|
item.Title = torrent.Name;
|
||||||
item.Category = Settings.MovieCategory;
|
item.Category = Settings.MovieCategory;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user