1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update guide icon

This commit is contained in:
Luke Pulverenti 2016-12-18 01:18:42 -05:00
parent e8446c0dfe
commit 71980ad405
3 changed files with 6 additions and 6 deletions

View file

@ -871,7 +871,7 @@
var icon = cell.querySelector('.timerIcon');
if (!icon) {
cell.insertAdjacentHTML('beforeend', '<i class="timerIcon md-icon">&#xE061;</i>');
cell.insertAdjacentHTML('beforeend', '<i class="timerIcon md-icon programIcon">&#xE061;</i>');
}
if (newTimerId) {