Fixed the badly broken Renaming, it will now only attempt to rename episodes with files and works with multi-episode files.

This commit is contained in:
markus101 2011-02-23 17:23:58 -08:00
commit 9ffe8ea4cd
2 changed files with 49 additions and 50 deletions

View file

@ -9,9 +9,6 @@ namespace NzbDrone.Core.Model
public class EpisodeRenameModel
{
public string SeriesName { get; set; }
public int SeasonNumber { get; set; }
public int EpisodeNumber { get; set; }
public string EpisodeName { get; set; }
public string Folder { get; set; }
public EpisodeFile EpisodeFile { get; set; }
}