Manually extract category refactor from 1b569bbc99207cae7c20aa285f42477ae361dd30

Also fixes some errors caused by cherry-picking
This commit is contained in:
syeopite
2021-06-28 23:11:04 -07:00
parent abca8f7a7c
commit be1a43a337
5 changed files with 11 additions and 41 deletions

View File

@@ -230,8 +230,8 @@ class Category
include DB::Serializable
property title : String
property contents : Array(SearchItem)
property browse_endpoint_data : String?
property contents : Array(SearchItem) | Array(Video)
property url : String?
property description_html : String
property badges : Array(Tuple(String, String))?