mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
Fixed: Don't log all daily episodes parsing as unknown episodes
This commit is contained in:
@@ -70,7 +70,7 @@ namespace NzbDrone.Core.Parser.Model
|
||||
{
|
||||
string episodeString = "[Unknown Episode]";
|
||||
|
||||
if (IsDaily && EpisodeNumbers == null)
|
||||
if (IsDaily && EpisodeNumbers.Empty())
|
||||
{
|
||||
episodeString = String.Format("{0}", AirDate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user