mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Map the MediaServer URL for Tv Shows, so we can display the Plex button
This commit is contained in:
parent
43ce9affeb
commit
16b2b849d4
2 changed files with 4 additions and 0 deletions
|
@ -371,6 +371,7 @@ namespace Ombi.Core.Engine.V2
|
|||
mapped.Requested = movie.Requested;
|
||||
mapped.PlexUrl = movie.PlexUrl;
|
||||
mapped.EmbyUrl = movie.EmbyUrl;
|
||||
mapped.JellyfinUrl = movie.JellyfinUrl;
|
||||
mapped.Subscribed = movie.Subscribed;
|
||||
mapped.ShowSubscribe = movie.ShowSubscribe;
|
||||
mapped.ReleaseDate = movie.ReleaseDate;
|
||||
|
|
|
@ -241,6 +241,9 @@ namespace Ombi.Core.Engine.V2
|
|||
item.Approved = oldModel.Approved;
|
||||
item.SeasonRequests = oldModel.SeasonRequests;
|
||||
item.RequestId = oldModel.RequestId;
|
||||
item.PlexUrl = oldModel.PlexUrl;
|
||||
item.EmbyUrl = oldModel.EmbyUrl;
|
||||
item.JellyfinUrl = oldModel.JellyfinUrl;
|
||||
|
||||
if (!string.IsNullOrEmpty(item.Images?.Medium))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue