frankhale / toby-blazor

A simple YouTube player written in C# / Blazor Server Side
MIT License
22 stars 1 forks source link

Escaping titles is not working as expected #6

Closed frankhale closed 4 years ago

frankhale commented 4 years ago

I think I was wrong in how I am trying to store titles in the DB. There are a lot of \& and \" that are not being displayed as I would want. This is a bug.

frankhale commented 4 years ago

I think I resolved this with the latest commit.