Bugzilla – Bug 164
redundant declaration of DISC, DISCC in infoCacheItems
Last modified: 2008-09-15 14:37:04 UTC
In Slim/Music/Info.pm it appears that DISC and DISCC are declared twice. Since these values are later treated as hash keys, I'm guessing that the first declaration gets lost. my @infoCacheItems = ( ... 'DISC', # album number in a set 'DISCC', # number of albums in a set ... 'DISC', # disc number 'DISCC', # disc count );
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006. I am setting them to targets of 6.2.1 to keep them from showing up in my queries.