mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Fixed issue with Kick usernames that have underscores in them
This commit is contained in:
@@ -154,7 +154,7 @@ async function FetchKickInfo() {
|
||||
let kickData = {
|
||||
platform: 'kick',
|
||||
id: 'kick',
|
||||
streamUrl: `https://www.kick.com/${userLogin}`,
|
||||
streamUrl: `https://www.kick.com/${userLogin.replaceAll('_', '-')}`,
|
||||
dashboardUrl: 'https://dashboard.kick.com/stream',
|
||||
userLogin: userLogin
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user