This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/bot
Jason Waataja 6e76c79e0a Fixed reset on non-empty queue
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.
2018-07-20 17:19:19 -07:00
..
cache.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
config.go https://github.com/matthieugrieger/mumbledj/issues/182: Added back track/playlist submitter immediate skipping 2016-11-05 19:39:31 -07:00
config_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
mumbledj.go p12 files can now be provided to the bot to authenticate as a registered user 2016-07-10 20:41:51 -07:00
playlist.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
playlist_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
queue.go Fixed reset on non-empty queue 2018-07-20 17:19:19 -07:00
queue_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
skiptracker.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
skiptracker_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
startup.go p12 files can now be provided to the bot to authenticate as a registered user 2016-07-10 20:41:51 -07:00
track.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
track_test.go Implemented rest of track tests 2016-06-21 23:01:54 -07:00
youtube_dl.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00