add comment

This commit is contained in:
Aria Moradi
2021-09-18 16:11:25 +04:30
parent 531d148718
commit ea8fb2c70a

View File

@@ -24,5 +24,6 @@ data class SourceDataClass(
/** The Source class has a @Nsfw annotation */
val isNsfw: Boolean?,
/** A nicer version of [name] */
val displayName: String?,
)