fix: miss oneof label in viewunite pugvanymodel.proto (#953)

This commit is contained in:
陈寒彤 2024-01-28 23:24:37 +08:00 committed by GitHub
parent 2c4530e2c7
commit 4e3c922942
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ message Episode {
//
EpisodeType type = 1;
//
oneof {
oneof data {
//
VideoEpisode video_episode = 2;
//