Expose gapless playback config option
This commit is contained in:
committed by
Henrik Friedrichsen
parent
9de8498e47
commit
9bc98f70fd
@@ -421,7 +421,7 @@ impl Spotify {
|
||||
}
|
||||
|
||||
let player_config = PlayerConfig {
|
||||
gapless: false,
|
||||
gapless: cfg.values().gapless.unwrap_or(false),
|
||||
bitrate: bitrate.unwrap_or(Bitrate::Bitrate320),
|
||||
normalisation: cfg.values().volnorm.unwrap_or(false),
|
||||
normalisation_pregain: cfg.values().volnorm_pregain.unwrap_or(0.0),
|
||||
|
||||
Reference in New Issue
Block a user