1
0
Fork 0
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:
Luke Pulverenti 2013-12-22 22:46:03 -05:00
parent 0b9f6ce000
commit 9ac1ae7f6b
10 changed files with 117 additions and 99 deletions

View file

@ -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++) {