Skip to content
Snippets Groups Projects

PlayIndex: fix play-as-audio

Merged Duncan McNamara requested to merge Skantes/vlc-android:play-as-audio-fix into master
  1. Apr 08, 2025
    • Duncan McNamara's avatar
      PlayIndex: fix play-as-audio · 50402c90
      Duncan McNamara authored and Nicolas Pomepuy's avatar Nicolas Pomepuy committed
      By getting a media from the medialibrary from the the currentmedia's uri
      to ensure that we have the medialibrary metadata for the file, the new
      media from the same uri won't have the flags previously set, including
      MEDIA_FORCE_AUDIO which start the media as audio.
      
      To fix this, the flags from the previous mediawrapper are applied to the
      new one.
      
      Fixed a regression introduced by ea39df7b
      50402c90
Loading