mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
Adding the bandwidth option to the preferences. This changes the complexity of the UI and toggles album art.
This commit is contained in:
parent
5e52f0d7cc
commit
1b35c20dd0
14 changed files with 161 additions and 66 deletions
|
@ -226,7 +226,7 @@ class Preference {
|
|||
|
||||
$sql = "SELECT `preference`.`name`,`preference`.`description`,`user_preference`.`value` FROM `preference` " .
|
||||
" INNER JOIN `user_preference` ON `user_preference`.`preference`=`preference`.`id` " .
|
||||
" WHERE `user_preference`.`user`='$user_id' AND `preference`.`catagory` != 'internal' $user_limit";
|
||||
" WHERE `user_preference`.`user`='$user_id' AND `preference`.`catagory` != 'internal' $user_limit order by `preference`.`description`";
|
||||
$db_results = Dba::read($sql);
|
||||
|
||||
$results = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue