- Completed Apply Coupon Functionality
- Made a selection for the coupon selected, also added no coupon found when coupon is not there - Added Masila view in more section - Added Play trailer from Manila in more section - Gave other connectivity
This commit is contained in:
@@ -73,7 +73,7 @@ class WebSeriesVC: UIViewController {
|
||||
|
||||
// MARK: - Tap Handler
|
||||
@IBAction func playTrailer(_ sender: LocalisedElementsButton) {
|
||||
let item = JwPlayerItemCreate(url: vm.masilaUrl, poster: nil, titles: "Masila")
|
||||
let item = JwPlayerItemCreate(url: APIEndPoints.StaticURLs.masilaUrl, poster: nil, titles: "Masila")
|
||||
JWPlayerManager.shared.presentPlayer(from: self, playerItems: [item], contentType: .trailer)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user