Add ability to flag individual sources as NSFW (#4058)
This commit is contained in:
5
annotations/src/main/kotlin/Nsfw.kt
Normal file
5
annotations/src/main/kotlin/Nsfw.kt
Normal file
@ -0,0 +1,5 @@
|
||||
package eu.kanade.tachiyomi.annotations
|
||||
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
annotation class Nsfw
|
Reference in New Issue
Block a user