File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
core/src/main/java/xyz/gianlu/librespot/player Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -418,6 +418,7 @@ public void run() {
418
418
handler .load ((int ) cmd .args [1 ]);
419
419
} catch (IOException | LineHelper .MixerException | Codec .CodecException | ContentRestrictedException | MercuryClient .MercuryException | CdnManager .CdnException ex ) {
420
420
listener .loadingError (handler , handler .playable , ex );
421
+ handler .close ();
421
422
}
422
423
break ;
423
424
case PushToMixer :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class MixingLine extends InputStream {
23
23
private volatile boolean se = false ;
24
24
private volatile float fg = 1 ;
25
25
private volatile float sg = 1 ;
26
- private float gg = 1 ;
26
+ private volatile float gg = 1 ;
27
27
28
28
public MixingLine (@ NotNull AudioFormat format ) {
29
29
this .format = format ;
You can’t perform that action at this time.
0 commit comments