mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
always end with a slash
This commit is contained in:
parent
b5f7004080
commit
869303b526
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function link_room($room)
|
|||
|
||||
function link_player($room, $format, $translated = false)
|
||||
{
|
||||
return rawurlencode($room).'/'.rawurlencode($format).($translated ? '/translated' : '');
|
||||
return rawurlencode($room).'/'.rawurlencode($format).'/'.($translated ? 'translated/' : '');
|
||||
}
|
||||
|
||||
function baseurl()
|
||||
|
|
Loading…
Reference in a new issue