diff --git a/src/main/proto/albumart.proto b/src/main/proto/albumart.proto index c865677..cce4ea8 100644 --- a/src/main/proto/albumart.proto +++ b/src/main/proto/albumart.proto @@ -36,7 +36,7 @@ message GetAlbumArtByIdResponse { message UpdateAlbumArtRequest { int32 id = 1; - string filepath = 2; // Novo nome + string filepath = 2; } message UpdateAlbumArtResponse {