Disable streaming mode for now.

This commit is contained in:
Nekojimi 2024-04-14 19:53:28 +01:00
parent 6759afe76b
commit a9c5bb37f8
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@ public class Downloader extends QueueThing<TrackRequest, Track>
{
getInfo(request);
boolean streamOutput = request.getTracks().size() == 1;
// boolean streamOutput = request.getTracks().size() == 1;
boolean streamOutput = false;
download(promise, streamOutput);
} catch (Exception ex)
{