The Property of Hate: icons and cover art (#4839)
* The Property of Hate: icons * comic cover
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'The Property of Hate'
|
||||
pkgNameSuffix = 'en.thepropertyofhate'
|
||||
extClass = '.ThePropertyOfHate'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 958 B |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 21 KiB |
|
@ -32,7 +32,7 @@ class ThePropertyOfHate : HttpSource() {
|
|||
fun manga(): SManga {
|
||||
return SManga.create().apply {
|
||||
title = "The Property of Hate"
|
||||
thumbnail_url = "https://dummyimage.com/768x994/000/ffffff.jpg&text=$title" // the comic has no real cover
|
||||
thumbnail_url = "https://pbs.twimg.com/media/DOBCcMiWkAA8Hvu.jpg"
|
||||
artist = "Sarah Jolley"
|
||||
author = "Sarah Jolley"
|
||||
status = SManga.UNKNOWN
|
||||
|
|