|
|
|
@ -32,7 +32,7 @@
|
|
|
|
|
@if (!string.IsNullOrWhiteSpace(user.ChatUrl)) {
|
|
|
|
|
<a href="@user.ChatUrl" target="_blank" role="button" class="btn btn-primary">Chat</a>
|
|
|
|
|
}
|
|
|
|
|
<a href="@Program.PlayerDomain/@user.Username" target="_blank" role="button" class="btn btn-success" data-toggle="tooltip" data-placement="bottom" title="@videoInfo">Source - @(stream?.Meta.Video.Height ?? "?")p</a>
|
|
|
|
|
<a href="@Program.PlayerDomain/@user.Username" role="button" class="btn btn-success" data-toggle="tooltip" data-placement="bottom" title="@videoInfo">Source - @(stream?.Meta.Video.Height ?? "?")p</a>
|
|
|
|
|
@if (user.AllowRestream) {
|
|
|
|
|
if ((user.RestreamUrls ?? "").Contains(",")) {
|
|
|
|
|
<a href="@user.RestreamUrls!.Split(",")[0]" target="_blank" role="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="bottom" title="@videoInfo">Twitch Restream</a>
|
|
|
|
|