Teach the download how to abort a video download
47b9cfa
Opened by Benedikt Peetz <benedikt.peetz@b-peetz.de> at
Currently changing the priority with a running download will result in
two downloads running concurrently. The downloader already tries to
stop the old download, but fails. This is probably caused by the fact,
that downloading happens in python (i.e., yt-dlp).