Compare commits
2 Commits
preview-17
...
master
Author | SHA1 | Date | |
---|---|---|---|
f3e1fb7664 | |||
![]() |
cc934607c8 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -19,3 +19,6 @@ local.properties
|
|||||||
google-services.json
|
google-services.json
|
||||||
/app/src/main/assets/client_secrets.json
|
/app/src/main/assets/client_secrets.json
|
||||||
*.apk
|
*.apk
|
||||||
|
|
||||||
|
# Custom ignores
|
||||||
|
/keys
|
@ -45,7 +45,7 @@ fun Manga.toSManga(): SManga = SManga.create().also {
|
|||||||
it.description = ogDescription
|
it.description = ogDescription
|
||||||
it.genre = ogGenre.orEmpty().joinToString()
|
it.genre = ogGenre.orEmpty().joinToString()
|
||||||
it.status = ogStatus.toInt()
|
it.status = ogStatus.toInt()
|
||||||
//SY <--
|
// SY <--
|
||||||
it.thumbnail_url = thumbnailUrl
|
it.thumbnail_url = thumbnailUrl
|
||||||
it.initialized = initialized
|
it.initialized = initialized
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user