[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.

Remove untyped `svelte:self`

Kasper (Sep 17, 2024, 6:10 PM +0200) 5452103d 11387ba0

+2 -1
+2 -1
src/components/SidebarItems.svelte
··· 6 6 add_track_to_playlist, 7 7 move_playlist, 8 8 } from '../lib/data' 9 + import Self from './SidebarItems.svelte' 9 10 10 11 export type SidebarItemHandle = { 11 12 handleKey(e: KeyboardEvent): void ··· 221 222 {child_list.name} 222 223 </div> 223 224 </a> 224 - <svelte:self 225 + <Self 225 226 show={$shown_folders.has(child_list.id)} 226 227 parent_path={child_list.path} 227 228 children={child_list.children?.map((child_id) => ({