mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +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
|
@ -126,7 +126,7 @@ class AmpacheCatalogFavorites
|
|||
|
||||
echo '<div style="float: left; margin-right: 20px;">';
|
||||
$thumb = ($this->gridview && UI::is_grid_view('album')) ? 2 : 11;
|
||||
$item->display_art($thumb);
|
||||
$item->display_art($thumb, true);
|
||||
echo '</div>';
|
||||
echo '</td>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue