mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -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
|
@ -355,7 +355,7 @@ $(function () {
|
|||
if (results.result) {
|
||||
// It's on Netflix
|
||||
$('#' + id + 'netflixTab')
|
||||
.html("<span class='label label-success'>Avaialble on Netflix</span>");
|
||||
.html("<a href='https://www.netflix.com/watch/"+results.netflixId+"' target='_blank'><span class='label label-success'>Avaialble on Netflix</span></a>");
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue