summaryrefslogtreecommitdiffstats
path: root/src/youtube_dl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make youtube-dl execution async againJokler2020-01-141-2/+4
| | | | | | If tokio is run with a low thread count running youtube-dl can freeze audio playback. This should prevent that by waiting for the command asynchronously.
* Run cargo fmtJokler2020-01-131-5/+3
|
* Add enterprise logging and split out gstreamer & teamspeak specific codeFelix Kaaman2020-01-121-0/+38