Fix some Major issues

This commit is contained in:
MrTimscampi 2020-04-14 07:00:47 +02:00
parent a6a39c0ce1
commit ac69f29d5a
4 changed files with 21 additions and 20 deletions

View file

@ -232,11 +232,7 @@ define(['dialogHelper', 'require', 'layoutManager', 'globalize', 'userSettings',
html += '</div>';
}
html += '<h2>' + provider + '</h2>';
if (layoutManager.tv) {
html += '<div>';
} else {
html += '<div>';
}
html += '<div>';
lastProvider = provider;
}