mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Fix typo
This commit is contained in:
parent
972f1cea3c
commit
a68def690d
1 changed files with 1 additions and 1 deletions
2
Ombi.UI/Content/search.js
vendored
2
Ombi.UI/Content/search.js
vendored
|
@ -394,7 +394,7 @@ $(function () {
|
||||||
if (results.result) {
|
if (results.result) {
|
||||||
// It's on Netflix
|
// It's on Netflix
|
||||||
$('#' + id + 'netflixTab')
|
$('#' + id + 'netflixTab')
|
||||||
.html("<a href='https://www.netflix.com/watch/"+results.netflixId+"' target='_blank'><span class='label label-success'>Avaialble on Netflix</span></a>");
|
.html("<a href='https://www.netflix.com/watch/"+results.netflixId+"' target='_blank'><span class='label label-success'>Available on Netflix</span></a>");
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue