Update src/main/proto/albumart.proto
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
2fb890a485
commit
0aac0f2f14
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue