|
|
@ -70,7 +70,7 @@ namespace NzbDrone.Core.Providers
|
|
|
|
ON Series.SeriesId = SearchHistory.SeriesId
|
|
|
|
ON Series.SeriesId = SearchHistory.SeriesId
|
|
|
|
LEFT JOIN Episodes
|
|
|
|
LEFT JOIN Episodes
|
|
|
|
ON Episodes.EpisodeId = SearchHistory.EpisodeId
|
|
|
|
ON Episodes.EpisodeId = SearchHistory.EpisodeId
|
|
|
|
INNER JOIN SearchHistoryItems
|
|
|
|
LEFT JOIN SearchHistoryItems
|
|
|
|
ON SearchHistoryItems.SearchHistoryId = SearchHistory.Id
|
|
|
|
ON SearchHistoryItems.SearchHistoryId = SearchHistory.Id
|
|
|
|
GROUP BY SearchHistory.Id, SearchHistory.SeriesId, SearchHistory.SeasonNumber,
|
|
|
|
GROUP BY SearchHistory.Id, SearchHistory.SeriesId, SearchHistory.SeasonNumber,
|
|
|
|
SearchHistory.EpisodeId, SearchHistory.SearchTime,
|
|
|
|
SearchHistory.EpisodeId, SearchHistory.SearchTime,
|
|
|
|