Add ability to flag individual sources as NSFW (#4058)

This commit is contained in:
arkon
2020-08-08 18:58:09 -04:00
committed by GitHub
parent 149bda765b
commit f83482f8ba
4 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.annotations
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS)
annotation class Nsfw