Skip to content

Commit

Permalink
chore: fix shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
justchokingaround committed Feb 25, 2024
1 parent 6002df8 commit 244412a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lobster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ EOF
vlc)
vlc "$video_link" --meta-title "$displayed_title"
;;
mpv|mpv.exe)
mpv | mpv.exe)
[ -z "$continue_choice" ] && check_history
if [ "$history" = 1 ]; then
if [ -n "$subs_links" ]; then
Expand Down

0 comments on commit 244412a

Please sign in to comment.