mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
More work on #399
This commit is contained in:
parent
ba80dfe3aa
commit
8a288db2b0
9 changed files with 195 additions and 23 deletions
|
@ -116,8 +116,6 @@ namespace Ombi.UI.Modules
|
|||
|
||||
private async Task<Response> GetMovies()
|
||||
{
|
||||
var settings = PrSettings.GetSettings();
|
||||
|
||||
var allRequests = await Service.GetAllAsync();
|
||||
allRequests = allRequests.Where(x => x.Type == RequestType.Movie);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue