Bug 3867 - Rescan.pm misdisplay of scan type.
: Rescan.pm misdisplay of scan type.
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Plugin
: 6.5b1
: All All
: P2 normal (vote)
: ---
Assigned To: Chris Owens
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-08-04 10:54 UTC by snarlydwarf
Modified: 2006-08-04 17:28 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 snarlydwarf 2006-08-04 10:54:46 UTC
my $value = Slim::Utils::Prefs::get("rescantype");

should be:

   my $value = Slim::Utils::Prefs::get("rescan-type");

There is no pref "rescantype", so the display always resets to the default instead of showing the current setting.
Comment 1 KDF 2006-08-04 17:28:18 UTC
fixed at change 8801