Skip to content

Commit

Permalink
Switch default playlist action to 'play all'
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-bl committed Mar 7, 2021
1 parent 00dbdc7 commit 8963ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private PrefDefaults() {
public static final Action COVER_LONGPRESS_ACTION = Action.PlayPause;
public static final Action COVER_PRESS_ACTION = Action.ToggleControls;
public static final String DEFAULT_ACTION_INT = "9";
public static final String DEFAULT_PLAYLIST_ACTION = "0";
public static final String DEFAULT_PLAYLIST_ACTION = "3";
public static final boolean COVERLOADER_ANDROID = true;
public static final boolean COVERLOADER_VANILLA = true;
public static final boolean COVERLOADER_SHADOW = true;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/preference_library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ THE SOFTWARE.
android:title="@string/default_playlist_action_title"
android:entries="@array/default_playlist_action_entries"
android:entryValues="@array/default_playlist_action_entry_values"
android:defaultValue="0" />
android:defaultValue="3" />
<CheckBoxPreference
android:key="enable_scroll_to_song"
android:title="@string/enable_scroll_to_song_title"
Expand Down

0 comments on commit 8963ed5

Please sign in to comment.