mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-06-05 23:29:12 +02:00
Change typing of Category contents to only Array
This commit is contained in:
@ -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))?
|
||||
|
||||
|
Reference in New Issue
Block a user