Update src/main/proto/albumart.proto

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Gustavo Henrique Miranda 2025-12-07 02:21:47 -03:00 committed by GitHub
parent 2fb890a485
commit 0aac0f2f14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ message GetAlbumArtByIdResponse {
message UpdateAlbumArtRequest { message UpdateAlbumArtRequest {
int32 id = 1; int32 id = 1;
string filepath = 2; // Novo nome string filepath = 2;
} }
message UpdateAlbumArtResponse { message UpdateAlbumArtResponse {