6e76c79e0a
Fixed an issue where reset didn't work when the queue had any tracks in it. The issue stemmed from the fact that in the last few lines of the PlayCurrent method in the queue.go, around line 314, it sets up another thread to wait and eventually skip the current track. When reset is called this skip is triggered on an empty queue which causes an error. Fixed it by adding a check around the offending lines. |
||
---|---|---|
.. | ||
cache.go | ||
config.go | ||
config_test.go | ||
mumbledj.go | ||
playlist.go | ||
playlist_test.go | ||
queue.go | ||
queue_test.go | ||
skiptracker.go | ||
skiptracker_test.go | ||
startup.go | ||
track.go | ||
track_test.go | ||
youtube_dl.go |