ads commit

This commit is contained in:
2024-09-25 20:10:31 +05:30
parent 129be7142a
commit e925ec085e
15 changed files with 478 additions and 146 deletions

View File

@@ -303,7 +303,7 @@ class PlayerVC: JWPlayerViewController, JWPlayerViewControllerDelegate {
// player.nextUpPlaylistIndex = videoIndex ?? 0
// player.next()
// }
case .trailer,.songs:
case .trailer,.songs, .masilaSongs:
break
case .continueWatching,.audioBooks, .games:
player.seek(to: 0)

View File

@@ -572,7 +572,7 @@ class ThemeOneVM{
// .preload(JWPreload(rawValue: 20) ?? .none)
.autostart(true)
.advertising(adConfig)
.playerId("X57dFDmV")
// .playerId("X57dFDmV")
.build()
vc.config = config