Merge pull request #843 from grafixeyehero/webos-icon-fix

Webos icon fix
This commit is contained in:
dkanada
2020-02-26 18:02:56 +09:00
committed by GitHub
27 changed files with 40 additions and 40 deletions
@@ -58,7 +58,7 @@ define(["globalize", "dom", "emby-checkbox", "emby-select", "emby-input"], funct
for (var i = 0; i < plugins.length; i++) {
var plugin = plugins[i];
html += '<div class="listItem localReaderOption sortableOption" data-pluginname="' + plugin.Name + '">';
html += '<i class="listItemIcon material-icons">live_tv</i>';
html += '<i class="listItemIcon material-icons live_tv"></i>';
html += '<div class="listItemBody">';
html += '<h3 class="listItemBodyText">';
html += plugin.Name;