bugfix: enter past releases
This commit is contained in:
@@ -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
|
||||
;;
|
||||
*) ;;
|
||||
|
||||
Reference in New Issue
Block a user