Compare commits

..

No commits in common. "260d212e22db6af6c2f017e7332b025d207b2809" and "86a4e187a6be2d2a3c81e7556cdd8d059ff54a70" have entirely different histories.

3 changed files with 20 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

View File

@ -4,7 +4,7 @@
[**_Setup_**](#setup) | [**_Usage_**](#usage) | [**_Screenshots_**](#screenshots)
[![aniwrapper showcase](.assets/showcase.jpg)](https://user-images.githubusercontent.com/33813108/153111535-5010d44b-82c8-4800-af6b-b6c3ed51bb02.mp4)
![aniwrapper stream gif - konosuba](https://imgur.com/HNRphY0.gif)
</div>
@ -68,7 +68,7 @@ episode introduction by skipping to the next moment of silence in the video
video/episode, then the script may fail and skip to a random point in the
video
# Installing
## Installing
These are the minimum dependences required to run `aniwrapper`

View File

@ -878,7 +878,7 @@ main() {
episode=${ep_choice_end:-$ep_choice_start}
choice=''
while :; do
inf "Currently playing $selection_id episode" "${episode// /}/$last_ep_number"
inf "Currently playing $selection_id episode" "$episode/$last_ep_number"
if ((episode != last_ep_number)); then
menu_line_alternate "next episode" "n"
fi