--- a/ui.js Fri Jul 06 19:55:19 2018 +0800+++ b/ui.js Sun Jul 08 16:47:16 2018 +0800@@ -65,6 +65,9 @@ Backbone.View.prototype.remove.apply(this); }, advance: function() {+ if (this.model.tracks.length === 1) {+ this.model.seek(0);+ } this.fastForward(null, {player: this.model, front: this}); }, makeOrder: function() {