Various minor cleanup

This commit is contained in:
emeric
2024-12-07 11:48:15 +01:00
parent 1dc7e143ef
commit 350e213529
4 changed files with 3 additions and 4 deletions
@@ -164,7 +164,7 @@ namespace lms::api::subsonic
return tracks;
}
std::vector<TrackId> findSimilarSongs(RequestContext&, TrackId trackId, std::size_t count)
std::vector<TrackId> findSimilarSongs(RequestContext& /*context*/, TrackId trackId, std::size_t count)
{
return core::Service<recommendation::IRecommendationService>::get()->findSimilarTracks({ trackId }, count);
}