Bug 164 - redundant declaration of DISC, DISCC in infoCacheItems
: redundant declaration of DISC, DISCC in infoCacheItems
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Misc
: unspecified
: All All
: P3 trivial (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-01-23 22:05 UTC by michael
Modified: 2008-09-15 14:37 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michael 2004-01-23 22:05:40 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
);
Comment 1 Chris Owens 2006-06-16 14:42:02 UTC
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.