Fixed queue reset when a song is clicked in Playing queue fragment

This commit is contained in:
Prathamesh More 2022-06-18 11:32:33 +05:30
parent 2f818ce65f
commit 7a82883f57
5 changed files with 11 additions and 17 deletions

View file

@ -136,7 +136,6 @@ const val ARTIST_DETAIL_SONG_SORT_ORDER = "artist_detail_song_sort_order"
const val LYRICS_OPTIONS = "lyrics_tab_position"
const val CHOOSE_EQUALIZER = "choose_equalizer"
const val EQUALIZER = "equalizer"
const val TOGGLE_SHUFFLE = "toggle_shuffle"
const val SONG_GRID_STYLE = "song_grid_style"
const val PAUSE_ON_ZERO_VOLUME = "pause_on_zero_volume"
const val FILTER_SONG = "filter_song"