You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduction:
1- In cmd or powershell: run any playback command q-cli -d 0
2- Immediate output: Finished playing while playback is continued in the background
3- Can't Ctrl-c to stop, have to kill process with powershell -c "kill -Name mpv"
On linux (WSL) Ctrl-c works just fine
My Build:
1- Windows 10 21H2 (19044.1766)
2- mpv installed using scoop
3- package installed using npm install @quran-cli/q-cli -g in admin mode powershell
The text was updated successfully, but these errors were encountered:
Reproduction:
1- In cmd or powershell: run any playback command
q-cli -d 0
2- Immediate output:
Finished playing
while playback is continued in the background3- Can't
Ctrl-c
to stop, have to kill process withpowershell -c "kill -Name mpv"
On linux (WSL)
Ctrl-c
works just fineMy Build:
1- Windows 10 21H2 (19044.1766)
2- mpv installed using scoop
3- package installed using
npm install @quran-cli/q-cli -g
in admin mode powershellThe text was updated successfully, but these errors were encountered: