Revert MainAPI Changes

This commit is contained in:
IndusAryan 2023-08-16 15:58:25 +05:30 committed by GitHub
parent bb3b753d4a
commit 598985fcd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 || this == TvType.NSFW return this == TvType.Movie || this == TvType.AnimeMovie || this == TvType.Torrent || this == TvType.Live
} }
fun TvType.isLiveStream(): Boolean { fun TvType.isLiveStream(): Boolean {