update recording layouts

This commit is contained in:
Luke Pulverenti 2016-09-26 14:59:18 -04:00
parent 47c67da9a5
commit 633e2f0222
54 changed files with 375 additions and 83 deletions

View file

@ -42,7 +42,7 @@ define(['datetime', 'globalize', 'embyRouter', 'itemHelper', 'material-icons', '
if (options.timerIndicator !== false) {
if (item.SeriesTimerId) {
if (item.TimerId) {
if (item.TimerId || item.Type == 'Timer') {
miscInfo.push({
html: '<i class="md-icon mediaInfoItem mediaInfoTimerIcon mediaInfoIconItem">&#xE062;</i>'
});