mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Fix fmt check error
This commit is contained in:
parent
ce03deb6ca
commit
ad19c2aa96
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ impl PlayerTrackLoader {
|
|||
AudioFileFormat::FLAC_FLAC => 112, // assume 900 kbit/s on average
|
||||
AudioFileFormat::UNKNOWN_FORMAT => {
|
||||
error!("Unknown stream data rate");
|
||||
return None
|
||||
return None;
|
||||
}
|
||||
};
|
||||
Some(kbps * 1024)
|
||||
|
|
Loading…
Reference in a new issue