Fix UStream URL Generation
This commit is contained in:
parent
de309d675e
commit
8b95b9fc41
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ function formatURL(data) {
|
|||
case "im":
|
||||
return "https://imgur.com/a/" + data.id;
|
||||
case "us":
|
||||
return "https://ustream.tv/" + data.id;
|
||||
return "https://ustream.tv/channel/" + data.id;
|
||||
case "gd":
|
||||
return "https://docs.google.com/file/d/" + data.id;
|
||||
case "fi":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue