mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-22 20:23:35 -05:00
add category and global meta (#438)
This commit is contained in:
@@ -11,5 +11,6 @@ data class CategoryDataClass(
|
||||
val id: Int,
|
||||
val order: Int,
|
||||
val name: String,
|
||||
val default: Boolean
|
||||
val default: Boolean,
|
||||
val meta: Map<String, String> = emptyMap()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user