Minor cleanup

This commit is contained in:
arkon
2023-04-22 22:29:17 -04:00
parent d62d94f587
commit 67b4e53a58
9 changed files with 14 additions and 14 deletions

View File

@@ -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,