* Added the ability to request on behalf of a user

* Moved the "advanced" section into a small cog icon on the media details page
* Added some more information on the movie panel e.g. Requested By user
This commit is contained in:
tidusjar 2021-01-04 14:14:24 +00:00
parent 87233a7fd3
commit 8220f41e0b
37 changed files with 563 additions and 341 deletions

View file

@ -12,6 +12,8 @@ namespace Ombi.Core.Models.Requests
public List<SeasonsViewModel> Seasons { get; set; } = new List<SeasonsViewModel>();
[JsonIgnore]
public string RequestedByAlias { get; set; }
public string RequestOnBehalf { get; set; }
}
public class SeasonsViewModel