Support youtu.be links (#77)

This commit is contained in:
vfsfitvnm
2022-07-03 23:02:07 +02:00
parent 7e42820e7c
commit 3c35176b4f
3 changed files with 17 additions and 2 deletions

View File

@@ -68,13 +68,16 @@
android:host="m.youtube.com"
android:pathPrefix="/watch"
android:scheme="https" />
<data
android:host="youtu.be"
android:pathPrefix="/"
android:scheme="https" />
</intent-filter>
</activity>
<service
android:name=".service.PlayerService"
android:exported="false"
android:foregroundServiceType="mediaPlayback">
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON"/>