Add Helvetica Scans (#7773)

This commit is contained in:
Narin 2021-06-20 15:44:56 -07:00 committed by GitHub
parent 29b41af722
commit 05be73987e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class MangAdventureGenerator : ThemeSourceGenerator {
override val sources = listOf( override val sources = listOf(
SingleLang("Arc-Relight", "https://arc-relight.com", "en", className = "ArcRelight"), SingleLang("Arc-Relight", "https://arc-relight.com", "en", className = "ArcRelight"),
SingleLang("Assorted Scans", "https://assortedscans.com", "en"), SingleLang("Assorted Scans", "https://assortedscans.com", "en"),
SingleLang("Helvetica Scans", "https://helveticascans.com", "en"),
) )
companion object { companion object {