mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 11:59:56 +02:00
fixed up some minor formating errors, and also the preferences mojo see changelog for details
This commit is contained in:
parent
e8785ed755
commit
959c7b7a13
10 changed files with 1775 additions and 1255 deletions
|
@ -287,7 +287,7 @@ function validate_bitrate($bitrate) {
|
|||
$next_key = $key+1;
|
||||
|
||||
if ($sample_rate > $rate AND $sample_rate < $valid_rate[$next_key]) {
|
||||
return $sample_rate;
|
||||
return $rate;
|
||||
}
|
||||
} // end foreach
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue