Removed useless redundant query

This commit is contained in:
emeric
2026-06-18 18:45:42 +02:00
parent 2da0e98b9f
commit 7b0039ab85
4 changed files with 107 additions and 15 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ namespace lms::api::subsonic
namespace utils
{
std::string joinArtistNames(const std::vector<db::ObjectPtr<db::Artist>>& artists);
std::string joinArtistNames(const std::vector<db::ObjectPtr<db::TrackArtistLink>>& links);
std::string_view toString(db::TrackArtistLinkType type);
} // namespace utils