Add comma-separated queueing for multiple items
This commit is contained in:
parent
45c4e650ee
commit
d76af73286
3 changed files with 60 additions and 46 deletions
|
|
@ -1219,7 +1219,7 @@ function parseMediaLink(url) {
|
|||
if(url.indexOf("jw:") == 0) {
|
||||
return {
|
||||
id: url.substring(3),
|
||||
type: "jw"
|
||||
type: "fi"
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue