mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-09 08:27:54 +00:00
Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite
This commit is contained in:
commit
b3be03fb7f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import kotlinx.serialization.SerialName
|
|||
import kotlinx.serialization.Serializable
|
||||
import kotlinx.serialization.json.Json
|
||||
|
||||
private const val PARENTAL_GUIDE_BASE_URL = "https://api.imdbapi.dev"
|
||||
private const val PARENTAL_GUIDE_BASE_URL = "https://api.tiffara.com"
|
||||
private val imdbIdPattern = Regex("tt\\d+")
|
||||
|
||||
data class ParentalGuideResult(
|
||||
|
|
|
|||
Loading…
Reference in a new issue