started on the episode panel !wip

This commit is contained in:
TidusJar 2019-02-25 16:32:28 +00:00
parent 6ace4d844e
commit bbf4d72de1
11 changed files with 215 additions and 5 deletions

View file

@ -130,6 +130,7 @@ namespace Ombi.Core.Engine.V2
item.Requested = oldModel.Requested;
item.Available = oldModel.Available;
item.Approved = oldModel.Approved;
item.SeasonRequests = oldModel.SeasonRequests;
return await GetExtraInfo(showInfoTask, item);
}