mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
When requesting Anime, we now mark it correctly as Anime in Sonarr
This commit is contained in:
parent
dbe7761be1
commit
35cfb3d573
6 changed files with 930 additions and 1 deletions
|
@ -53,7 +53,8 @@ namespace Ombi.Core.Helpers
|
|||
Approved = false,
|
||||
RequestedUserId = userId,
|
||||
SeasonRequests = new List<SeasonRequests>(),
|
||||
Title = model.Title
|
||||
Title = model.Title,
|
||||
SeriesType = ShowInfo.type.Equals("Animation", StringComparison.CurrentCultureIgnoreCase) ? SeriesType.Anime : SeriesType.Standard
|
||||
};
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue