|
|
@ -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) |
|
|
|
{ |
|
|
|
{ |
|
|
|