Skip to content

Reuse the toast when songs are added individually

Reuses the same AdwToast object to bundle up individual "added a song" messages, rather than making a new one each time filling the toast queue with many identical messages.

This might be useful if you are fx. picking out individual songs different albums and such.

Doesn't touch the toast when multiple songs are added, as the amount added functions as a sort of error report in case of e.g. broken song files. (drag and drop 20 files, 18 added = something wrong with two songs)

Fixes #328

Edited by Mikkel Hansen

Merge request reports