mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Allow scene name to be used for renaming
New: Added option to use scene name for episodefiles
This commit is contained in:
@@ -34,6 +34,7 @@ namespace NzbDrone.Core.Repository
|
||||
public bool Proper { get; set; }
|
||||
public long Size { get; set; }
|
||||
public DateTime DateAdded { get; set; }
|
||||
public string SceneName { get; set; }
|
||||
|
||||
[Ignore]
|
||||
public Model.Quality QualityWrapper
|
||||
|
||||
Reference in New Issue
Block a user