1
0
Fork 0
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:
Karl 'vollmerk' Vollmer 2005-10-12 20:50:26 +00:00
parent e8785ed755
commit 959c7b7a13
10 changed files with 1775 additions and 1255 deletions

View file

@ -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