1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

removed sqo.

This commit is contained in:
kay.one
2013-03-23 21:16:00 -07:00
parent 7717e32729
commit 1a4f3fad25
64 changed files with 292 additions and 1323 deletions
+1 -1
View File
@@ -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);