mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Fixed: Remove seeded downloads if they've finished seeding after import
This commit is contained in:
@@ -6,7 +6,7 @@ using NzbDrone.Core.ThingiProvider;
|
||||
|
||||
namespace NzbDrone.Core.Download
|
||||
{
|
||||
[DebuggerDisplay("{DownloadClientName}:{Title}")]
|
||||
[DebuggerDisplay("{DownloadClientInfo?.Name}:{Title}")]
|
||||
public class DownloadClientItem
|
||||
{
|
||||
public DownloadClientItemClientInfo DownloadClientInfo { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user