[WIP] Adding revision as a string (hash) in the remote service
This commit is contained in:
@@ -17,6 +17,7 @@ class AudioCollectionRequestHandler
|
||||
|
||||
private:
|
||||
|
||||
bool processGetRevision(const AudioCollectionRequest::GetRevision& request, AudioCollectionResponse::Revision& response);
|
||||
bool processGetArtists(const AudioCollectionRequest::GetArtistList& request, AudioCollectionResponse::ArtistList& response);
|
||||
bool processGetGenres(const AudioCollectionRequest::GetGenreList& request, AudioCollectionResponse::GenreList& response);
|
||||
bool processGetReleases(const AudioCollectionRequest::GetReleaseList& request, AudioCollectionResponse::ReleaseList& response);
|
||||
|
||||
Reference in New Issue
Block a user