mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -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