update translations

This commit is contained in:
Luke Pulverenti 2016-09-21 14:28:33 -04:00
parent e55726cccf
commit c44b85501f
50 changed files with 369 additions and 86 deletions

View file

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