mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-14 21:18:56 +01:00
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