mirror of
https://github.com/recloudstream/cloudstream.git
synced 2025-05-17 11:15:54 +08:00
Remove prerelase tag on api
This commit is contained in:
@ -923,7 +923,6 @@ fun getQualityFromString(string: String?): SearchQuality? {
|
||||
* scheme authority path query fragment
|
||||
* ```
|
||||
*/
|
||||
@Prerelease
|
||||
fun MainAPI.updateUrl(url: String): String {
|
||||
try {
|
||||
val original = URI(url)
|
||||
@ -1420,7 +1419,6 @@ interface LoadResponse {
|
||||
trailers.addAll(newTrailers.map { TrailerData(listOf(it)) })
|
||||
}*/
|
||||
|
||||
@Prerelease
|
||||
@Suppress("RedundantSuspendModifier")
|
||||
suspend fun LoadResponse.addTrailer(
|
||||
trailerUrl: String?,
|
||||
|
Reference in New Issue
Block a user