Skip to content

Commit

Permalink
Modified embed link path
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniz Veli committed May 21, 2019
1 parent 43ea201 commit b706bc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class IflixPlayerWebViewActivity : AppCompatActivity() {
val assetType = intent.getStringExtra(INTENT_IFLIX_ASSET_TYPE)
val assetId = intent.getStringExtra(INTENT_IFLIX_ASSET_ID)

webView.loadUrl("https://m.iflix.com/" + assetType + "/" + assetId + "/play")
webView.loadUrl("https://m.iflix.com/embed/" + assetType + "/" + assetId)
}

override fun onBackPressed() {
Expand Down

0 comments on commit b706bc6

Please sign in to comment.