Skip to content

Restores previous track & playback position

Compare
Choose a tag to compare
@toothbrush toothbrush released this 04 Jan 02:05
· 16 commits to main since this release

As requested in #4, we now restore the previous session's current track & playback position.

If you prefer the old behaviour (that is, no current track when opening Spotiqueue), simply add the following snippet to your ~/.config/spotiqueue/init.scm configuration file:

(if (defined? 'player:set-restore-playback)
    (player:set-restore-playback #f))