Skip to content

Commit

Permalink
Hide artists page
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Oct 5, 2024
1 parent 59d65f2 commit 2bb2ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Sidebar.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts" context="module">
export const special_playlists_nav = [
{ id: 'root', name: 'Songs', kind: 'special', path: '/playlist/root' },
{ id: 'root', name: 'Artists', kind: 'special', path: '/artists' },
// { id: 'root', name: 'Artists', kind: 'special', path: '/artists' },
]
</script>

Expand Down Expand Up @@ -145,7 +145,7 @@
/>
<div class="spacer" />
<SidebarItems
parent_path="/artists"
parent_path="/playlist/root"
children={($track_lists_details_map['root'].children || []).map((child_id) => ({
path: '/playlist/' + child_id,
...$track_lists_details_map[child_id],
Expand Down

0 comments on commit 2bb2ab7

Please sign in to comment.