lastfm service: fix artist info fetching

This commit is contained in:
Andrzej Rybczak
2015-09-12 23:51:10 +02:00
parent bf3df86142
commit 95c6366596
4 changed files with 22 additions and 10 deletions

View File

@@ -24,7 +24,7 @@
#include <string>
std::string unescapeHtmlUtf8(const std::string &s);
void unescapeHtmlEntities(std::string &s);
void stripHtmlTags(std::string &s);
#endif // NCMPCPP_UTILITY_HTML_H