Skip to content

Commit

Permalink
Remove id from MediaPlayerSupportedFormat (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Sep 3, 2024
1 parent 7d112a8 commit 617f7ce
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 192 deletions.
1 change: 0 additions & 1 deletion aioesphomeapi/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,6 @@ enum MediaPlayerFormatPurpose {
MEDIA_PLAYER_FORMAT_PURPOSE_ANNOUNCEMENT = 1;
}
message MediaPlayerSupportedFormat {
option (id) = 119;
option (ifdef) = "USE_MEDIA_PLAYER";

string format = 1;
Expand Down
Loading

0 comments on commit 617f7ce

Please sign in to comment.