Restores previous track & playback position
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))