mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
live tv updates
This commit is contained in:
parent
0b9f6ce000
commit
9ac1ae7f6b
10 changed files with 117 additions and 99 deletions
|
@ -50,7 +50,7 @@
|
|||
|
||||
var html = "";
|
||||
|
||||
html += "<option value=''>None</option>";
|
||||
html += "<option value=''></option>";
|
||||
|
||||
for (var i = 0, length = allCountries.length; i < length; i++) {
|
||||
|
||||
|
@ -66,7 +66,7 @@
|
|||
|
||||
var html = "";
|
||||
|
||||
html += "<option value=''>None</option>";
|
||||
html += "<option value=''></option>";
|
||||
|
||||
for (var i = 0, length = allCultures.length; i < length; i++) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue