detail: fix missing album add to playlist option
Add an add to playlist option that should have been done prior but was apparently forgotten.
This commit is contained in:
parent
c0001e0a81
commit
a153a41f8d
1 changed files with 3 additions and 0 deletions
|
@ -9,4 +9,7 @@
|
|||
<item
|
||||
android:id="@+id/action_go_artist"
|
||||
android:title="@string/lbl_go_artist" />
|
||||
<item
|
||||
android:id="@+id/action_playlist_add"
|
||||
android:title="@string/lbl_playlist_add" />
|
||||
</menu>
|
Loading…
Reference in a new issue