mirror of
https://github.com/ankitects/anki.git
synced 2026-01-08 03:23:54 -05:00
Update media.proto
Fixed the previous syntax error
This commit is contained in:
parent
7c3625b7a6
commit
75be3b05d7
1 changed files with 1 additions and 1 deletions
|
|
@ -41,6 +41,6 @@ message TrashMediaFilesRequest {
|
|||
message AddMediaFileRequest {
|
||||
string desired_name = 1;
|
||||
bytes data = 2;
|
||||
optional string file_path = ;
|
||||
optional string file_path = 3;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue