mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Use struct for caption object
This commit is contained in:
parent
57bb8c610a
commit
39110ad21c
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ struct Video
|
|||
end
|
||||
end
|
||||
|
||||
class Caption
|
||||
struct Caption
|
||||
property name
|
||||
property languageCode
|
||||
property baseUrl
|
||||
|
|
Loading…
Reference in a new issue