1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-03 10:17:17 +00:00

Empty searches in search history now show

Fixed: Empty searches will show up in search history
This commit is contained in:
Mark McDowall 2012-11-24 00:42:30 -08:00
parent 9538559f61
commit d1f9bdf0ec

View file

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