mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-12 15:24:33 -05:00
add isNsfw to SourceDataClass
This commit is contained in:
@@ -13,5 +13,6 @@ data class SourceDataClass(
|
||||
val lang: String?,
|
||||
val iconUrl: String?,
|
||||
val supportsLatest: Boolean?,
|
||||
val isConfigurable: Boolean?
|
||||
val isConfigurable: Boolean?,
|
||||
val isNSFW: Boolean?,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user