mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Started on the approval panel for tv shows
This commit is contained in:
parent
833544694a
commit
b68e9fc080
18 changed files with 183 additions and 134 deletions
|
@ -131,6 +131,7 @@ namespace Ombi.Core.Engine.V2
|
|||
item.Available = oldModel.Available;
|
||||
item.Approved = oldModel.Approved;
|
||||
item.SeasonRequests = oldModel.SeasonRequests;
|
||||
item.RequestId = oldModel.RequestId;
|
||||
|
||||
return await GetExtraInfo(showInfoTask, item);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue