1
0
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:
Leonardo Galli
2017-01-02 20:41:44 +01:00
parent 2a932fe7e8
commit 0d65984991
5 changed files with 9 additions and 8 deletions
@@ -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);
}