From 0aac0f2f14c8482485dfa7732145253d4ca2e553 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Miranda Date: Sun, 7 Dec 2025 02:21:47 -0300 Subject: [PATCH] Update src/main/proto/albumart.proto Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- src/main/proto/albumart.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {