mirror of
https://github.com/Lidarr/Lidarr
synced 2026-03-29 08:43:08 +02:00
Closes Sonarr/Sonarr#791 (cherry picked from commit 9f1e2151206a077334a9c34a12a373b465752d87)
10 lines
174 B
C#
10 lines
174 B
C#
namespace NzbDrone.Core.MediaFiles
|
|
{
|
|
public enum ScriptImportDecision
|
|
{
|
|
MoveComplete,
|
|
RenameRequested,
|
|
RejectExtra,
|
|
DeferMove
|
|
}
|
|
}
|