added watched icon for folders
This commit is contained in:
@@ -151,9 +151,9 @@
|
||||
|
||||
.itemProgress {
|
||||
vertical-align: top;
|
||||
font-size: 20px;
|
||||
color: #6FBD45;
|
||||
margin-right: 10px;
|
||||
font-size: 19px;
|
||||
margin-right: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.posterDetailViewItem {
|
||||
@@ -170,7 +170,6 @@
|
||||
|
||||
.posterDetailViewItem .itemProgress {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.posterDetailViewItem .starRating {
|
||||
|
||||
@@ -580,7 +580,7 @@
|
||||
itemId = item.Name;
|
||||
}
|
||||
|
||||
if (item.MediaType) {
|
||||
if (item.MediaType || item.IsFolder) {
|
||||
if (userData.Played) {
|
||||
html += '<img data-type="' + type + '" data-itemid="' + itemId + '" class="imgUserItemRating imgPlayed" src="css/images/userdata/played.png" alt="Played" title="Played" onclick="LibraryBrowser.markPlayed(this);return false;" />';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user