mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07: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:
parent
e7cabfe235
commit
9ffe8ea4cd
2 changed files with 49 additions and 50 deletions
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue