There was an error while loading. Please reload this page.
1 parent 5193957 commit 19c1f28Copy full SHA for 19c1f28
1 file changed
src/all/mangaplus/src/io/github/beerpsi/tachiyomi/extension/all/mangaplus/models/MPHomeViewV6.kt
@@ -51,12 +51,10 @@ data class MPHomeViewV6WeeklySectionContentItem(
51
@Serializable
52
sealed interface Content {
53
54
- data class TitleGroup(@ProtoNumber(3) val titleGroup: MPHomeViewV6WeeklySectionTitleGroup) :
55
- Content
+ data class TitleGroup(@ProtoNumber(3) val titleGroup: MPHomeViewV6WeeklySectionTitleGroup) : Content
56
}
57
58
59
-
60
// jp.co.comic.jump.proto.HomeViewV6OuterClass.HomeViewV6.WeeklySection.TitleGroup
61
62
data class MPHomeViewV6WeeklySectionTitleGroup(
0 commit comments