[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 `Get Info` shortcut

Kasper (Dec 15, 2021, 4:33 AM +0100) e19f37cd 513ab146

+1
+1
src/components/TrackList.svelte
··· 90 90 onMount(() => { 91 91 ipcRenderer.on('Play Next', playNext) 92 92 ipcRenderer.on('Add to Queue', addToQueue) 93 + ipcRenderer.on('Get Info', getInfo) 93 94 ipcRenderer.on('revealTrackFile', revealTrackFile) 94 95 ipcRenderer.on('Remove from Playlist', removeFromPlaylist) 95 96 ipcRenderer.on('Delete from Library', deleteFromLibrary)