Skip to content

Commit 2b4c703

Browse files
authored
Merge pull request #1 from Luna712/fix-tvtypes
Fix support for newer TVTypes
2 parents 9b4ec3f + e1bb5d4 commit 2b4c703

File tree

1 file changed

+6
-1
lines changed
  • CloudstreamApi/src/main/java/com/lagradost/cloudstream3

1 file changed

+6
-1
lines changed

CloudstreamApi/src/main/java/com/lagradost/cloudstream3/MainApi.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,12 @@ enum class TvType(value: Int?) {
681681
AsianDrama(9),
682682
Live(10),
683683
NSFW(11),
684-
Others(12)
684+
Others(12),
685+
Music(13),
686+
AudioBook(14),
687+
688+
/** Won't load the built in player, make your own interaction */
689+
CustomMedia(15),
685690
}
686691

687692
public enum class AutoDownloadMode(val value: Int) {

0 commit comments

Comments
 (0)