Skip to content

Commit a49f196

Browse files
Dhairya3391port19x
andauthored
Removed external menu code for mac
Co-authored-by: port19 <[email protected]>
1 parent d24b260 commit a49f196

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ani-cli

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -347,16 +347,6 @@ play_episode() {
347347
replay="$episode"
348348
unset episode
349349
update_history
350-
if [ "$use_external_menu" = "1" ]; then
351-
case "$player_function" in
352-
*iina*)
353-
# for IINA, don't wait for stopping hanging issue
354-
;;
355-
*)
356-
wait
357-
;;
358-
esac
359-
fi
360350
}
361351

362352
play() {

0 commit comments

Comments
 (0)