diff --git a/Pages/profile.cshtml b/Pages/profile.cshtml index 69e7dc8..2209bc9 100644 --- a/Pages/profile.cshtml +++ b/Pages/profile.cshtml @@ -20,6 +20,7 @@

Welcome to @Model.User's page!

@if (live) { + var videoInfo = $"{stream.Meta.Video.Height}p{Math.Round(double.Parse(stream.Meta.Video.FrameRate))} @ {Math.Round(double.Parse(stream.BwIn) / 1000000, 2)} Mbps"; @if (!string.IsNullOrWhiteSpace(user.ChatUrl)) {

@user.PronounSubject.FirstCharToUpper() @pronounAdditional currently live! @user.PronounPossessive.FirstCharToUpper() stream chat is located here.

} @@ -27,14 +28,14 @@

@user.PronounSubject.FirstCharToUpper() @pronounAdditional currently live! @user.PronounSubject.FirstCharToUpper() have not specified a stream chat URL, so enjoy @user.PronounPossessive content!

}
- Source - @(stream.Meta.Video.Height)p + Source - @(stream.Meta.Video.Height)p @if (user.AllowRestream) { if ((user.RestreamUrls ?? "").Contains(",")) { - Source - @(stream.Meta.Video.Height)p">Twitch Restream + Source - @(stream.Meta.Video.Height)p">Twitch Restream YouTube Restream } else if (!string.IsNullOrWhiteSpace(user.RestreamUrls)) { - Source - @(stream.Meta.Video.Height)p">Twitch Restream + Twitch Restream } } diff --git a/example.db b/example.db index dbf0135..89fcc1f 100644 Binary files a/example.db and b/example.db differ