Various fixes for raw file playback
This commit is contained in:
parent
14c13f845e
commit
5d5bdfc069
2 changed files with 21 additions and 5 deletions
|
|
@ -406,7 +406,7 @@ PlaylistModule.prototype.handleQueue = function (user, data) {
|
|||
title: data.title,
|
||||
link: link,
|
||||
temp: temp,
|
||||
shouldAddToLibrary: temp,
|
||||
shouldAddToLibrary: !temp,
|
||||
queueby: queueby,
|
||||
duration: duration,
|
||||
maxlength: maxlength
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue