Merge pull request #3177 from wb9688/yt-music
Accept music.youtube.com in manifest
This commit is contained in:
commit
d23b63ca83
|
@ -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/"/>
|
||||
|
|
Loading…
Reference in New Issue