Skip to content

Commit

Permalink
Update Info.cshtml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
vadosnaprimer authored Sep 26, 2023
1 parent 7fb9c79 commit 6d4cafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TASVideos/Pages/UserFiles/Info.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace TASVideos.Pages.UserFiles;
[AllowAnonymous]
public class InfoModel : BasePageModel
{
private static readonly string[] PreviewableExtensions = { "avs", "bat", "lua", "sh", "wch" };
private static readonly string[] PreviewableExtensions = { "avs", "bat", "lua", "sh", "wch" };

private readonly ApplicationDbContext _db;
private readonly IFileService _fileService;
Expand Down

0 comments on commit 6d4cafa

Please sign in to comment.