Split the utils file

This commit is contained in:
emeric
2020-02-08 17:44:12 +01:00
parent 52a0f62491
commit e274c0ca89
47 changed files with 343 additions and 318 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
#include "database/Artist.hpp"
#include "similarity/SimilaritySearcher.hpp"
#include "utils/Service.hpp"
#include "utils/Utils.hpp"
#include "utils/String.hpp"
#include "ArtistLink.hpp"
#include "LmsApplication.hpp"
@@ -59,7 +59,7 @@ ArtistInfo::refresh()
if (!wApp->internalPathMatches("/artist/"))
return;
auto artistId = readAs<Database::IdType>(wApp->internalPathNextPart("/artist/"));
auto artistId = StringUtils::readAs<Database::IdType>(wApp->internalPathNextPart("/artist/"));
if (!artistId)
return;