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

Won't try to add to playlist if not dragged to a playlist

KH (Nov 16, 2017, 7:01 PM +0100) b9f5462f e56725e8

+3 -1
db/data/ferrum/playlisttracks.ibd

This is a binary file and will not be displayed.

db/data/ferrum/sessions.ibd

This is a binary file and will not be displayed.

db/data/ib_logfile0

This is a binary file and will not be displayed.

db/data/ibdata1

This is a binary file and will not be displayed.

db/data/mysql.ibd

This is a binary file and will not be displayed.

db/data/undo_001

This is a binary file and will not be displayed.

db/data/undo_002

This is a binary file and will not be displayed.

+3 -1
web/src/static/global.js
··· 1092 1092 document.addEventListener("mouseup", function(e) { 1093 1093 if (mouseDown) { 1094 1094 mouseDown = false; 1095 - addTrackToPlaylist(trackId, e.target.dataset.playlistId, false); 1095 + if (e.target.classList.contains("playlist")) { 1096 + addTrackToPlaylist(trackId, e.target.dataset.playlistId, false); 1097 + } 1096 1098 visible = false; 1097 1099 dragTrack.classList.remove("visible"); 1098 1100 cover.setAttribute("src", "");