mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02: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