diff --git a/src/libs/subsonic/impl/endpoints/Browsing.hpp b/src/libs/subsonic/impl/endpoints/Browsing.hpp index f0db9e58..c27ad595 100644 --- a/src/libs/subsonic/impl/endpoints/Browsing.hpp +++ b/src/libs/subsonic/impl/endpoints/Browsing.hpp @@ -32,7 +32,6 @@ namespace lms::api::subsonic Response handleGetArtistRequest(RequestContext& context); Response handleGetAlbumRequest(RequestContext& context); Response handleGetSongRequest(RequestContext& context); - Response handleGetArtistInfoRequest(RequestContext& context); Response handleGetArtistInfo2Request(RequestContext& context); Response handleGetAlbumInfo(RequestContext& context); Response handleGetAlbumInfo2(RequestContext& context);