mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Fixed: Handling of unknown status types in DownloadStation and Import from torrent Download Station should move since DS maintains an internal copy for seeding. (#2420)
Fixes #2000
This commit is contained in:
committed by
Leonardo Galli
parent
39346b6127
commit
ed4add85b8
@@ -21,7 +21,9 @@ namespace NzbDrone.Core.Download
|
||||
|
||||
public DownloadItemStatus Status { get; set; }
|
||||
public bool IsEncrypted { get; set; }
|
||||
public bool IsReadOnly { get; set; }
|
||||
|
||||
public bool CanMoveFiles { get; set; }
|
||||
public bool CanBeRemoved { get; set; }
|
||||
|
||||
public bool Removed { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user