mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
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:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user