mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -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