re-add play button to image column

This commit is contained in:
jeffvli
2025-12-02 01:35:11 -08:00
parent 8d53358d33
commit 97af90c004
3 changed files with 108 additions and 7 deletions
@@ -27,7 +27,7 @@ const playButtons: { icon: AppIconSelection; label: string; secondary: boolean;
},
];
const LONG_PRESS_PLAY_BEHAVIOR = {
export const LONG_PRESS_PLAY_BEHAVIOR = {
[Play.LAST]: Play.LAST_SHUFFLE,
[Play.NEXT]: Play.NEXT_SHUFFLE,
[Play.NOW]: Play.SHUFFLE,