mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Change typing of Category contents to only Array
This commit is contained in:
parent
0e96eda28f
commit
d3384e17f1
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class Category
|
|||
include DB::Serializable
|
||||
|
||||
property title : String
|
||||
property contents : Array(SearchItem) | SearchItem
|
||||
property contents : Array(SearchItem)
|
||||
property browse_endpoint_data : String?
|
||||
property badges : Array(Tuple(String, String))?
|
||||
|
||||
|
|
Loading…
Reference in a new issue