Skip to content

Commit

Permalink
fix: delete unnecesary slash in url_array
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamnotagenius committed Jun 2, 2023
1 parent 045cbb7 commit da35f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anilibria-cli
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ while true; do
[ -z "$url" ] && die 6 "Episode \"${ep}\" not found with any quality"

ep_array+=($ep)
url_array+=("${host_player}/${url}")
url_array+=("${host_player}${url}")

done

Expand Down

0 comments on commit da35f0b

Please sign in to comment.