mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-20 06:43:59 +00:00
Empty searches in search history now show
Fixed: Empty searches will show up in search history
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user