Add PLAYLIST_SYNC_MODE pref keys
This commit is contained in:
parent
5fbad4b5dd
commit
92c4273a5e
@ -70,4 +70,5 @@ public class PrefDefaults {
|
||||
public static final boolean IGNORE_AUDIOFOCUS_LOSS = false;
|
||||
public static final boolean ENABLE_SCROLL_TO_SONG = false;
|
||||
public static final boolean KEEP_SCREEN_ON = false;
|
||||
public static final int PLAYLIST_SYNC_MODE = 0xFF;
|
||||
}
|
||||
|
@ -71,4 +71,5 @@ public class PrefKeys {
|
||||
public static final String IGNORE_AUDIOFOCUS_LOSS = "ignore_audiofocus_loss";
|
||||
public static final String ENABLE_SCROLL_TO_SONG = "enable_scroll_to_song";
|
||||
public static final String KEEP_SCREEN_ON = "keep_screen_on";
|
||||
public static final String PLAYLIST_SYNC_MODE = "playlist_sync_mode";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user