mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-07-24 12:34:36 -07:00
update watch history when downloading anime
This commit is contained in:
2
ani-cli
2
ani-cli
@@ -617,7 +617,7 @@ open_episode() {
|
||||
fi
|
||||
|
||||
# Don't update watch history if downloading episode
|
||||
(("$is_download" == 0)) && insert_history "watch" "$anime_id" "$episode"
|
||||
insert_history "watch" "$anime_id" "$episode"
|
||||
|
||||
lg "Getting data for episode $episode"
|
||||
dpage_link=$(get_dpage_link "$anime_id" "$episode")
|
||||
|
Reference in New Issue
Block a user