mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-12-05 14:53:37 -08:00
auto select episode if only one exists
This commit is contained in:
6
ani-cli
6
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
|
||||||
episode_selection
|
if (((FIRST_EP_NUMBER == LAST_EP_NUMBER && FIRST_EP_NUMBER == 1))); then
|
||||||
|
ep_choice_start=1
|
||||||
|
else
|
||||||
|
episode_selection
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
parse_args() {
|
parse_args() {
|
||||||
|
|||||||
Reference in New Issue
Block a user