Disable streaming mode for now.
This commit is contained in:
parent
6759afe76b
commit
a9c5bb37f8
|
@ -98,7 +98,8 @@ public class Downloader extends QueueThing<TrackRequest, Track>
|
||||||
{
|
{
|
||||||
|
|
||||||
getInfo(request);
|
getInfo(request);
|
||||||
boolean streamOutput = request.getTracks().size() == 1;
|
// boolean streamOutput = request.getTracks().size() == 1;
|
||||||
|
boolean streamOutput = false;
|
||||||
download(promise, streamOutput);
|
download(promise, streamOutput);
|
||||||
} catch (Exception ex)
|
} catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue