mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
removed sqo.
This commit is contained in:
parent
7717e32729
commit
1a4f3fad25
64 changed files with 292 additions and 1323 deletions
|
@ -92,7 +92,7 @@ namespace NzbDrone.Core.Model
|
|||
return seasonResult;
|
||||
}
|
||||
|
||||
if (Series.SeriesTypes == SeriesTypes.Daily)
|
||||
if (Series.SeriesType == SeriesTypes.Daily)
|
||||
{
|
||||
var dailyResult = String.Format("{0} - {1:yyyy-MM-dd} - {2} [{3}]", seriesTitle,
|
||||
AirDate, Episodes.First().Title, Quality.Quality);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue