Skip to content

Commit

Permalink
Remove --http-reconnect as it's causing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
MAJigsaw77 authored Jan 23, 2025
1 parent 21e0829 commit 3ff44e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/hxvlc/util/Handle.hx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ class Handle
args.push_back("--drop-late-frames");
args.push_back("--ignore-config");
args.push_back("--intf=none");
args.push_back("--http-reconnect");
args.push_back("--no-interact");
args.push_back("--no-keyboard-events");
args.push_back("--no-mouse-events");
Expand Down

0 comments on commit 3ff44e6

Please sign in to comment.