mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
Add browse filter and light sidebar options
Add overload to force library item art display
This commit is contained in:
parent
5f3d59ed74
commit
0630676eb6
26 changed files with 163 additions and 136 deletions
|
@ -202,6 +202,8 @@ function create_preference_input($name,$value)
|
|||
case 'libitem_contextmenu':
|
||||
case 'upload_catalog_pattern':
|
||||
case 'catalogfav_gridview':
|
||||
case 'browse_filter':
|
||||
case 'sidebar_light':
|
||||
$is_true = '';
|
||||
$is_false = '';
|
||||
if ($value == '1') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue