mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02: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