The Property of Hate: icons and cover art (#4839)

* The Property of Hate: icons

* comic cover
This commit is contained in:
Aria Moradi 2020-11-10 22:55:26 +03:30 committed by GitHub
parent b84b6dee2a
commit d0d0dd8e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'The Property of Hate' extName = 'The Property of Hate'
pkgNameSuffix = 'en.thepropertyofhate' pkgNameSuffix = 'en.thepropertyofhate'
extClass = '.ThePropertyOfHate' extClass = '.ThePropertyOfHate'
extVersionCode = 1 extVersionCode = 2
libVersion = '1.2' libVersion = '1.2'
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 958 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -32,7 +32,7 @@ class ThePropertyOfHate : HttpSource() {
fun manga(): SManga { fun manga(): SManga {
return SManga.create().apply { return SManga.create().apply {
title = "The Property of Hate" 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" artist = "Sarah Jolley"
author = "Sarah Jolley" author = "Sarah Jolley"
status = SManga.UNKNOWN status = SManga.UNKNOWN