diff --git a/proto/anki/media.proto b/proto/anki/media.proto index 74e31e3a3..fdedaef38 100644 --- a/proto/anki/media.proto +++ b/proto/anki/media.proto @@ -41,6 +41,6 @@ message TrashMediaFilesRequest { message AddMediaFileRequest { string desired_name = 1; bytes data = 2; - optional string file_path = ; + optional string file_path = 3; } }