mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
try fixing build
This commit is contained in:
parent
7f6a8307de
commit
7eeaad4164
1 changed files with 0 additions and 5 deletions
|
@ -470,11 +470,6 @@ object SoraExtractor : SoraStream() {
|
|||
|
||||
}
|
||||
|
||||
//private fun getHdMovieBoxUrl(link: String?): String? {
|
||||
// if (link == null) return null
|
||||
// return if (link.startsWith("/")) "https://image.tmdb.org/t/p/w500/$link" else link
|
||||
//}
|
||||
|
||||
private fun getQuality(str: String): Int {
|
||||
return when (str) {
|
||||
"360p" -> Qualities.P240.value
|
||||
|
|
Loading…
Reference in a new issue