mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-11-22 03:19:53 -08:00
auto select episode if only one exists
This commit is contained in:
parent
fd59f7e2fe
commit
acb236ce23
4
ani-cli
4
ani-cli
@ -749,7 +749,11 @@ stream() {
|
|||||||
insert_history "search" "$anime_id" &
|
insert_history "search" "$anime_id" &
|
||||||
search_eps "$anime_id"
|
search_eps "$anime_id"
|
||||||
fi
|
fi
|
||||||
|
if (((FIRST_EP_NUMBER == LAST_EP_NUMBER && FIRST_EP_NUMBER == 1))); then
|
||||||
|
ep_choice_start=1
|
||||||
|
else
|
||||||
episode_selection
|
episode_selection
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
parse_args() {
|
parse_args() {
|
||||||
|
Loading…
Reference in New Issue
Block a user