Change default open to enqueue and play
Instead of clear playlist and play. This was confusing people, apparently. I should have changed it sooner, since this is what I use normally anyway. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
0efc3d4ad7
commit
270cf79bb7
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ static AppController *kAppController = nil;
|
|||
NSString *feedURLdefault = @"https://cogcdn.cog.losno.co/mercury.xml";
|
||||
[userDefaultsValuesDict setObject:feedURLdefault forKey:@"SUFeedURL"];
|
||||
|
||||
[userDefaultsValuesDict setObject:@"clearAndPlay" forKey:@"openingFilesBehavior"];
|
||||
[userDefaultsValuesDict setObject:@"enqueueAndPlay" forKey:@"openingFilesBehavior"];
|
||||
[userDefaultsValuesDict setObject:@"enqueue" forKey:@"openingFilesAlteredBehavior"];
|
||||
|
||||
[userDefaultsValuesDict setObject:@"albumGainWithPeak" forKey:@"volumeScaling"];
|
||||
|
|
Loading…
Reference in a new issue