[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix sidebar props

Kasper (Sep 16, 2024, 5:22 AM +0200) ae17e7b9 3f64667b

+2 -2
+2 -2
src/components/SidebarItems.svelte
··· 224 224 </div> 225 225 <svelte:self 226 226 show={$shown_folders.has(child_list.id)} 227 - parentId={child_list.id} 227 + parent_id={child_list.id} 228 228 children={child_list.children?.map((child_id) => $track_lists_details_map[child_id]) || []} 229 229 level={level + 1} 230 - preventDrop={prevent_drop || dragged.playlist?.id === child_list.id} 230 + prevent_drop={prevent_drop || dragged.playlist?.id === child_list.id} 231 231 {on_open} 232 232 on_select_down={() => { 233 233 if (i < children.length - 1) {