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

Don't count skips from clicking "Previous"

Kasper (Mar 31, 2023, 1:04 AM +0200) bcff0f34 cf9f1f65

+1 -1
+1
CHANGELOG.md
··· 2 2 3 3 ## Next 4 4 - Prevent focus when clicking the player bar 5 + - Don't count skips from clicking "Previous" 5 6 - Improve text selection in modals 6 7 - Change "Reveal in File Manager" shortcut to `Shift+Ctrl+R` (macOS: `Shift+Cmd+R`) 7 8 - Clicking "Previous" now replays the first track instead of stopping
-1
src/lib/player.ts
··· 233 233 const currentId = queue.getCurrent()?.id 234 234 if (currentId) { 235 235 savePlayTime() 236 - methods.addSkip(currentId) 237 236 queuePrev() 238 237 const newCurrentId = queue.getCurrent()?.id 239 238 if (newCurrentId) {