mirror of
https://github.com/Radarr/Radarr
synced 2026-05-09 02:10:56 +02:00
Fixed typo.
This commit is contained in:
parent
c659ba1c10
commit
7e5e136930
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ public class DailyEpisodeSearchCriteria : SearchCriteriaBase
|
||||||
|
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
return string.Format("[{0} : {1:yyyy-MM-dd}", Series.Title, AirDate);
|
return string.Format("[{0} : {1:yyyy-MM-dd}]", Series.Title, AirDate);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue