mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
New: Show episode file file deletions in history and episode activity
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace NzbDrone.Core.MediaFiles
|
||||
{
|
||||
public enum DeleteMediaFileReason
|
||||
{
|
||||
MissingFromDisk,
|
||||
Manual,
|
||||
Upgrade,
|
||||
NoLinkedEpisodes
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user