mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Play n Dowload button fix for NS*W results.
This commit is contained in:
parent
4e01d327c6
commit
bb3b753d4a
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ public enum class AutoDownloadMode(val value: Int) {
|
||||||
|
|
||||||
// IN CASE OF FUTURE ANIME MOVIE OR SMTH
|
// IN CASE OF FUTURE ANIME MOVIE OR SMTH
|
||||||
fun TvType.isMovieType(): Boolean {
|
fun TvType.isMovieType(): Boolean {
|
||||||
return this == TvType.Movie || this == TvType.AnimeMovie || this == TvType.Torrent || this == TvType.Live
|
return this == TvType.Movie || this == TvType.AnimeMovie || this == TvType.Torrent || this == TvType.Live || this == TvType.NSFW
|
||||||
}
|
}
|
||||||
|
|
||||||
fun TvType.isLiveStream(): Boolean {
|
fun TvType.isLiveStream(): Boolean {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue