mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
removed sqo.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user