mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Fix History for Movie Details page.
This commit is contained in:
@@ -76,8 +76,6 @@ namespace NzbDrone.Api.History
|
||||
pagingSpec.FilterExpression = h => h.MovieId == i;
|
||||
}
|
||||
|
||||
var pg = _historyService.Paged(pagingSpec);
|
||||
|
||||
return ApplyToPage(_historyService.Paged, pagingSpec, MapToResource);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user