Skip to content

Commit

Permalink
fix inapp magnet links not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
LagradOst authored Nov 17, 2024
1 parent e43fc24 commit f9b5a8a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import com.lagradost.cloudstream3.utils.ExtractorLinkType
val LOADTYPE_INAPP = setOf(
ExtractorLinkType.VIDEO,
ExtractorLinkType.DASH,
ExtractorLinkType.M3U8
ExtractorLinkType.M3U8,
ExtractorLinkType.TORRENT,
ExtractorLinkType.MAGNET
)

val LOADTYPE_INAPP_DOWNLOAD = setOf(
Expand Down Expand Up @@ -46,4 +48,4 @@ interface IGenerator {
offset: Int = 0,
isCasting: Boolean = false
): Boolean
}
}

0 comments on commit f9b5a8a

Please sign in to comment.