YT use htmlEntityDecode with title

Origin commit data
------------------
Branch: ni/coolstream
Commit: b68841cee9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-06-01 (Sat, 01 Jun 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-06-01 16:31:27 +02:00
committed by vanhofen
parent c9f55de6af
commit 859e2d7d75
2 changed files with 2 additions and 1 deletions

View File

@@ -766,6 +766,7 @@ std::string& htmlEntityDecode(std::string& text)
{"„", "&#8222;"},
{"•", "&#8226;"},
{"…", "&#8230;"},
{"'", "&#39;"},
{NULL, NULL}
};
for (int i = 0; dt[i].code != NULL; i++)