fixed watched indicator for folders

This commit is contained in:
Luke Pulverenti 2013-05-07 21:17:41 -04:00
parent 869219b997
commit 7b2f694939

View File

@ -863,7 +863,7 @@
if (item.PlayedPercentage) {
tooltip = Math.round(item.PlayedPercentage) + '% ';
tooltip = item.PlayedPercentage.toFixed(1).toString().replace(".0", '') + '% ';
if (item.Type == "Series" || item.Type == "Season" || item.Type == "BoxSet") {
tooltip += "watched";