Bugzilla – Bug 3867
Rescan.pm misdisplay of scan type.
Last modified: 2006-08-04 17:28:18 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.
fixed at change 8801