fix(legacy): replay_gain_modifier should be a system preference (#2943)
This commit is contained in:
parent
3b353ec74b
commit
37d1a7685e
2 changed files with 5 additions and 1 deletions
|
@ -1265,7 +1265,7 @@ class Application_Model_Preference
|
|||
|
||||
public static function setReplayGainModifier($rg_modifier)
|
||||
{
|
||||
self::setValue('replay_gain_modifier', $rg_modifier, true);
|
||||
self::setValue('replay_gain_modifier', $rg_modifier, false);
|
||||
}
|
||||
|
||||
public static function SetHistoryItemTemplate($value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue