Use embed src as url in playlist for custom embed
This commit is contained in:
parent
394f03ee1c
commit
d563a85092
2 changed files with 3 additions and 1 deletions
|
|
@ -54,6 +54,8 @@ function formatURL(data) {
|
|||
return "https://clips.twitch.tv/" + data.id;
|
||||
case "cm":
|
||||
return data.id;
|
||||
case "cu":
|
||||
return data.meta.embed.src;
|
||||
default:
|
||||
return "#";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue