mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Merge pull request #521 from OurFlagIsMined/patch-1
more than one Play click deleted a playlist item
This commit is contained in:
commit
428007c3f8
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ PlaylistModule.prototype.handleJumpTo = function (user, data) {
|
|||
this.startPlayback();
|
||||
this.channel.logger.log("[playlist] " + user.getName() + " skipped " + title);
|
||||
|
||||
if (old && old.temp) {
|
||||
if (old && old.temp && old !== to) {
|
||||
this._delete(old.uid);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue