Merge pull request #7222 from ktprograms/queue-menu-channel-details

Added the 'Show Channel Details' menu item to the Queue long press menu
This commit is contained in:
litetex 2021-10-15 20:28:18 +02:00 committed by GitHub
commit 7edef8d5a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 2 deletions

View file

@ -10,6 +10,9 @@
<item
android:id="@+id/menu_item_append_playlist"
android:title="@string/add_to_playlist" />
<item
android:id="@+id/menu_item_channel_details"
android:title="@string/show_channel_details" />
<item
android:id="@+id/menu_item_share"
android:title="@string/share" />