mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-11 14:47:44 +00:00
parent
b6316c9fcd
commit
517fc2bd75
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace NzbDrone.Core.Organizer
|
|||
|
||||
episodes = episodes.OrderBy(e => e.SeasonNumber).ThenBy(e => e.EpisodeNumber).ToList();
|
||||
|
||||
if (series.SeriesType == SeriesTypes.Daily && episodeFile.SeasonNumber > 0)
|
||||
if (series.SeriesType == SeriesTypes.Daily && episodes.First().SeasonNumber > 0)
|
||||
{
|
||||
pattern = namingConfig.DailyEpisodeFormat;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue