Add enqueue option to router dialog
- This allows users to enqueue a stream directly to the current player queue when sharing a link with the app, improving the user experience for queue management. - The 'Enqueue' option is now available in the action selection dialog and can also be set as the preferred open action in the settings.
This commit is contained in:
parent
86fb618f61
commit
acaaec2cde
2 changed files with 16 additions and 3 deletions
|
|
@ -479,6 +479,7 @@
|
|||
<string name="popup_player_key">popup_player</string>
|
||||
<string name="download_key">download</string>
|
||||
<string name="add_to_playlist_key">add_to_playlist</string>
|
||||
<string name="enqueue_key">enqueue</string>
|
||||
<string name="always_ask_open_action_key">always_ask_player</string>
|
||||
|
||||
<string-array name="preferred_open_action_description_list">
|
||||
|
|
@ -488,6 +489,7 @@
|
|||
<item>@string/popup_player</item>
|
||||
<item>@string/download</item>
|
||||
<item>@string/add_to_playlist</item>
|
||||
<item>@string/enqueue_stream</item>
|
||||
<item>@string/always_ask_open_action</item>
|
||||
</string-array>
|
||||
<string-array name="preferred_open_action_values_list">
|
||||
|
|
@ -498,6 +500,7 @@
|
|||
<item>@string/download_key</item>
|
||||
<item>@string/add_to_playlist_key</item>
|
||||
<item>@string/always_ask_open_action_key</item>
|
||||
<item>@string/enqueue_key</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Updates -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue