mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
Fixed #940 don't show any shows without a tvdb id
Added a link to the netflix movie when you click the label
This commit is contained in:
parent
809d0103c3
commit
e5d7c4c3ec
3 changed files with 7 additions and 2 deletions
|
@ -54,7 +54,7 @@ namespace Ombi.UI.Modules
|
|||
return Response.AsJson(new { Result = false });
|
||||
}
|
||||
|
||||
return Response.AsJson(new { Result = true });
|
||||
return Response.AsJson(new { Result = true, NetflixId = result.ShowId });
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue