mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-01 13:37:50 +02:00
Upgrade dependencies
Remove Firebase Perf for better build speeds
This commit is contained in:
@ -26,7 +26,6 @@ const val TSUMINO_SOURCE_ID = LEWD_SOURCE_SERIES + 9
|
||||
|
||||
const val HITOMI_SOURCE_ID = LEWD_SOURCE_SERIES + 10
|
||||
|
||||
// TODO hentai.cafe is a lewd source!
|
||||
fun isLewdSource(source: Long) = source in 6900..6999 || SourceManager.DELEGATED_SOURCES.any {
|
||||
it.value.sourceId == source
|
||||
}
|
||||
|
@ -115,6 +115,7 @@ class LocalFavoritesStorage {
|
||||
token = ExGalleryMetadata.galleryToken(it.second.url)
|
||||
category = it.first
|
||||
|
||||
// TODO Throw error here
|
||||
if(this.category > 9)
|
||||
return@mapNotNull null
|
||||
}
|
||||
|
Reference in New Issue
Block a user