Started on the approval panel for tv shows

This commit is contained in:
tidusjar 2019-03-18 22:46:27 +00:00
parent 833544694a
commit b68e9fc080
18 changed files with 183 additions and 134 deletions

View file

@ -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);
}