mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/components/tvproviders/xmltv.js
Co-Authored-By: cvium <cvium@users.noreply.github.com>
This commit is contained in:
parent
58264c5046
commit
b0c218c49f
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ define(["jQuery", "loading", "emby-checkbox", "emby-input", "listViewStyle", "pa
|
|||
function refreshTunerDevices(page, providerInfo, devices) {
|
||||
var html = "";
|
||||
|
||||
for (var i = 0, length = devices.length; i < length; i__yi {
|
||||
for (var i = 0, length = devices.length; i < length; i++) {
|
||||
var device = devices[i];
|
||||
html += '<div class="listItem">';
|
||||
var enabledTuners = providerInfo.EnabledTuners || [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue