Skip to content

Commit

Permalink
Fix browse widgetrow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Jan 14, 2025
1 parent ba8e8e6 commit 0909eed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/HomeWidgetRows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ const loadData = async function () {
"timestamp_added_desc",
);
widgetRows.value.tracks.count = store.libraryTracksCount;
// tracks widget
widgetRows.value.browse.items = await api.browse();
};
await loadData();
Expand Down

0 comments on commit 0909eed

Please sign in to comment.