mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
removed old TODOs.
This commit is contained in:
parent
34f3ee6b4b
commit
e1488229fe
6 changed files with 3 additions and 8 deletions
|
@ -95,7 +95,6 @@ namespace NzbDrone.Core.Parser
|
|||
{
|
||||
if (series.SeriesType == SeriesTypes.Standard)
|
||||
{
|
||||
//Todo: Collect this as a Series we want to treat as a daily series, or possible parsing error
|
||||
_logger.Warn("Found daily-style episode for non-daily series: {0}.", series);
|
||||
return new List<Episode>();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue