Skip to content

Commit

Permalink
var
Browse files Browse the repository at this point in the history
  • Loading branch information
vadosnaprimer committed Jan 7, 2024
1 parent 94732f3 commit 6abc0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TASVideos/Pages/Shared/_MovieModule.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<span condition="Model.MirrorSiteUrls.Any()">
@foreach (var url in Model.MirrorSiteUrls)
{
string text = System.IO.Path.GetExtension(url.Url!).Replace(".", "").ToUpper();
var text = System.IO.Path.GetExtension(url.Url!).Replace(".", "").ToUpper();
if (text == "MKV")
{
text = "High Quality " + text;
Expand Down

0 comments on commit 6abc0b7

Please sign in to comment.