bugfix: enter past releases

This commit is contained in:
2025-10-14 22:38:36 +02:00
parent 6db95d3feb
commit 4343521a46

View File

@@ -291,6 +291,7 @@ case "${1:-}" in
"$VIEW_SEARCH_ARTIST" | "$VIEW_LIST_ARTISTS") view="$VIEW_ARTIST" ;;
"$VIEW_ARTIST" | "$VIEW_SEARCH_ALBUM" | "$VIEW_LIST_ALBUMS") view="$VIEW_RELEASEGROUP" ;;
"$VIEW_RELEASEGROUP") view="$VIEW_RELEASE" ;;
"$VIEW_RELEASE") exit 0 ;;
esac
;;
*) ;;