Fix build

This commit is contained in:
Jobobby04
2023-10-27 19:57:54 -04:00
parent e427dc2d1c
commit 16c524d81e
2 changed files with 2 additions and 4 deletions
@@ -27,6 +27,7 @@ fun SManga.getComicInfo() = ComicInfo(
coverArtist = null,
tags = null,
categories = null,
padding = null,
)
fun SManga.copyFromComicInfo(comicInfo: ComicInfo) {