Clarified proto API.

This commit is contained in:
emeric
2014-08-22 22:29:46 +02:00
parent e7707d9faa
commit 8f8beb6237
4 changed files with 56 additions and 231 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ message AudioCollectionRequest
{
required BatchParameter batch_parameter = 1;
repeated uint64 genre_id = 2; // Artist that has at least a track of the genre
// repeated uint64 genre_id = 2; // Artist that has at least a track of the genre
}
message GetReleaseList
@@ -33,7 +33,7 @@ message AudioCollectionRequest
required BatchParameter batch_parameter = 1;
// Search filters
repeated uint64 artist_id = 2; // Release that contains at least a track of one of these artists
repeated uint64 filter_genre = 3; // Release that has at least a track of the genre
// repeated uint64 genre_id = 3; // Release that has at least a track of the genre
}
message GetTrackList