|
|
@ -1,4 +1,4 @@
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using NzbDrone.Core.Movies;
|
|
|
|
using NzbDrone.Core.Movies;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Radarr.Api.V3.Movies
|
|
|
|
namespace Radarr.Api.V3.Movies
|
|
|
@ -13,6 +13,8 @@ namespace Radarr.Api.V3.Movies
|
|
|
|
public List<int> Tags { get; set; }
|
|
|
|
public List<int> Tags { get; set; }
|
|
|
|
public ApplyTags ApplyTags { get; set; }
|
|
|
|
public ApplyTags ApplyTags { get; set; }
|
|
|
|
public bool MoveFiles { get; set; }
|
|
|
|
public bool MoveFiles { get; set; }
|
|
|
|
|
|
|
|
public bool DeleteFiles { get; set; }
|
|
|
|
|
|
|
|
public bool AddNetImportExclusion { get; set; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public enum ApplyTags
|
|
|
|
public enum ApplyTags
|
|
|
|