mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-22 05:27:21 +00:00
Change typing of Category contents to only Array
(cherry picked from commit d3384e17f1
)
This commit is contained in:
parent
0b7a108a59
commit
ea6434662d
@ -230,7 +230,7 @@ class Category
|
|||||||
include DB::Serializable
|
include DB::Serializable
|
||||||
|
|
||||||
property title : String
|
property title : String
|
||||||
property contents : Array(SearchItem) | SearchItem
|
property contents : Array(SearchItem)
|
||||||
property browse_endpoint_data : String?
|
property browse_endpoint_data : String?
|
||||||
property badges : Array(Tuple(String, String))?
|
property badges : Array(Tuple(String, String))?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user