Closed jedahan closed 9 years ago
I changed the terminal command to:
if [ `which livestreamer` ]; then nohup livestreamer {query} high & elif [ `which mpv` ]; then nohup mpv {query} & fi
So that way if you use mpv instead of livestreamer, it still works :)
This is helpful, thank you for reporting :+1: I will merge it at the weekend.
I changed the terminal command to:
So that way if you use mpv instead of livestreamer, it still works :)