Skip to content

Commit

Permalink
Merge branch 'devel' into v20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Jan 11, 2025
2 parents 3975a50 + ed841c2 commit 05d5607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ This is a small bug fix release.
### Changelog

- Fix: Memory leak in playlist search
- Fix: Grid layout for filesystem view

***

Expand Down
2 changes: 1 addition & 1 deletion htdocs/js/viewBrowseFilesystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function viewBrowseFilesystemListClickHandler(event, target) {
);
return;
}
if (settings['view' + app.id].mode === 'table') {
if (settings['view' + app.id].mode === 'grid') {
updateGrid(obj, app.id, function(card, data) {
parseFilesystemUpdate(card, data);
});
Expand Down

0 comments on commit 05d5607

Please sign in to comment.