chore: consolidate twitch URLs with www (#6407)

This commit is contained in:
cqttv
2025-08-23 06:46:34 -04:00
committed by GitHub
parent 195776d4b7
commit 41ba487ca1
6 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ void openInCustomPlayer(QStringView channelName)
}
QDesktopServices::openUrl(
QUrl{scheme % u"https://twitch.tv/" % channelName});
QUrl{scheme % u"https://www.twitch.tv/" % channelName});
}
} // namespace chatterino