ExternalBrowser: reset player for unlabelled media
Some browsers won't prefix intent types with "video", if a video is already playing in background, it will play the new video in background. Because of this, it is safer to stop the player, causing 'isPlaying' to go false in playIndex(...) and not keeping the previous state.
Loading
Please register or sign in to comment