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() {
418418 handler .load ((int ) cmd .args [1 ]);
419419 } catch (IOException | LineHelper .MixerException | Codec .CodecException | ContentRestrictedException | MercuryClient .MercuryException | CdnManager .CdnException ex ) {
420420 listener .loadingError (handler , handler .playable , ex );
421+ handler .close ();
421422 }
422423 break ;
423424 case PushToMixer :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class MixingLine extends InputStream {
2323 private volatile boolean se = false ;
2424 private volatile float fg = 1 ;
2525 private volatile float sg = 1 ;
26- private float gg = 1 ;
26+ private volatile float gg = 1 ;
2727
2828 public MixingLine (@ NotNull AudioFormat format ) {
2929 this .format = format ;
You can’t perform that action at this time.
0 commit comments