Added last.fm support to scrobble data, fixes #138

This commit is contained in:
emeric
2026-06-09 22:56:59 +02:00
parent 709a1509b6
commit f8aa2ed17d
33 changed files with 1548 additions and 45 deletions
+1
View File
@@ -34,6 +34,7 @@ add_library(lmscore STATIC
impl/String.cpp
impl/TraceLogger.cpp
impl/UUID.cpp
impl/Md5.cpp
impl/XxHash3.cpp
${CMAKE_CURRENT_BINARY_DIR}/impl/Version.cpp
)