Merge pull request #3177 from wb9688/yt-music

Accept music.youtube.com in manifest
This commit is contained in:
Tobias Groza 2020-03-13 23:02:48 +01:00 committed by GitHub
commit d23b63ca83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@
<data android:host="youtube.com"/>
<data android:host="m.youtube.com"/>
<data android:host="www.youtube.com"/>
<data android:host="music.youtube.com"/>
<!-- video prefix -->
<data android:pathPrefix="/v/"/>
<data android:pathPrefix="/embed/"/>