mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed a bunch of jellyfin issues
This commit is contained in:
parent
14c6170455
commit
6a062d5c40
12 changed files with 214 additions and 174 deletions
|
@ -287,6 +287,7 @@ namespace Ombi.Core.Engine.V2
|
|||
mapped.Requested = viewMovie.Requested;
|
||||
mapped.PlexUrl = viewMovie.PlexUrl;
|
||||
mapped.EmbyUrl = viewMovie.EmbyUrl;
|
||||
mapped.JellyfinUrl = viewMovie.JellyfinUrl;
|
||||
mapped.Subscribed = viewMovie.Subscribed;
|
||||
mapped.ShowSubscribe = viewMovie.ShowSubscribe;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue