Minor cleanup
This commit is contained in:
@@ -79,7 +79,7 @@ data class BackupManga(
|
||||
artist = manga.artist,
|
||||
author = manga.author,
|
||||
description = manga.description,
|
||||
genre = manga.genre ?: emptyList(),
|
||||
genre = manga.genre.orEmpty(),
|
||||
status = manga.status.toInt(),
|
||||
thumbnailUrl = manga.thumbnailUrl,
|
||||
favorite = manga.favorite,
|
||||
|
||||
Reference in New Issue
Block a user