Added ability to ignore albums.

Trackcount on homepage now is now excluding ignored albums.
Added "Manage ignored albums" to the Manage function.
This commit is contained in:
Jens Rogier
2014-04-17 19:23:39 +02:00
parent aa9d669a2b
commit e304e34ac7
8 changed files with 28 additions and 2 deletions

View File

@@ -172,6 +172,14 @@ table.display tr.even.gradeA {
background-color: #ddffdd;
}
table.display tr.odd.gradeI {
background-color: #bebebe;
}
table.display tr.even.gradeI {
background-color: #bebebe;
}
table.display tr.odd.gradeC {
background-color: #ddddff;
}