Add comma-separated queueing for multiple items

This commit is contained in:
calzoneman 2015-07-16 19:14:55 -07:00
parent 45c4e650ee
commit d76af73286
3 changed files with 60 additions and 46 deletions

View file

@ -1219,7 +1219,7 @@ function parseMediaLink(url) {
if(url.indexOf("jw:") == 0) {
return {
id: url.substring(3),
type: "jw"
type: "fi"
};
}