1
0
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:
Mark McDowall
2012-08-03 00:01:34 -07:00
parent 38eeda8c37
commit bee6914062
15 changed files with 647 additions and 511 deletions
+1
View File
@@ -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