From a153a41f8ded385b6fd194f5fa7f65b367c3f533 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Thu, 18 May 2023 18:11:00 -0600 Subject: [PATCH] detail: fix missing album add to playlist option Add an add to playlist option that should have been done prior but was apparently forgotten. --- app/src/main/res/menu/menu_album_detail.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/menu/menu_album_detail.xml b/app/src/main/res/menu/menu_album_detail.xml index 4c5d8d7d5..34de6eb5e 100644 --- a/app/src/main/res/menu/menu_album_detail.xml +++ b/app/src/main/res/menu/menu_album_detail.xml @@ -9,4 +9,7 @@ + \ No newline at end of file