mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
@@ -97,7 +97,7 @@ namespace NzbDrone.Core.Download.Clients.Deluge
|
||||
foreach (var torrent in torrents)
|
||||
{
|
||||
var item = new DownloadClientItem();
|
||||
item.DownloadId = torrent.Hash.ToUpper();
|
||||
item.DownloadId = torrent.Hash?.ToUpper();
|
||||
item.Title = torrent.Name;
|
||||
item.Category = Settings.MovieCategory;
|
||||
|
||||
|
Reference in New Issue
Block a user