diff --git a/app/phone/src/main/java/dev/jdtech/jellyfin/PlayerActivity.kt b/app/phone/src/main/java/dev/jdtech/jellyfin/PlayerActivity.kt index 985ca978..914b77af 100644 --- a/app/phone/src/main/java/dev/jdtech/jellyfin/PlayerActivity.kt +++ b/app/phone/src/main/java/dev/jdtech/jellyfin/PlayerActivity.kt @@ -5,9 +5,11 @@ import android.media.AudioManager import android.os.Bundle import android.view.View import android.view.WindowManager +import android.widget.Button import android.widget.ImageButton import android.widget.TextView import androidx.activity.viewModels +import androidx.core.view.isVisible import androidx.media3.common.C import androidx.media3.exoplayer.ExoPlayer import androidx.media3.ui.TrackSelectionDialogBuilder @@ -70,6 +72,7 @@ class PlayerActivity : BasePlayerActivity() { val audioButton = binding.playerView.findViewById(R.id.btn_audio_track) val subtitleButton = binding.playerView.findViewById(R.id.btn_subtitle) val speedButton = binding.playerView.findViewById(R.id.btn_speed) + val skipIntroButton = binding.playerView.findViewById