1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-12 05:03:00 +00:00

Support on.soundcloud link opening

This commit is contained in:
m
2025-10-10 03:22:23 -07:00
parent 965eea2124
commit fd4f4737c2

View File

@@ -340,6 +340,7 @@
<data android:scheme="https" /> <data android:scheme="https" />
<data android:host="soundcloud.com" /> <data android:host="soundcloud.com" />
<data android:host="m.soundcloud.com" /> <data android:host="m.soundcloud.com" />
<data android:host="on.soundcloud.com" />
<data android:host="www.soundcloud.com" /> <data android:host="www.soundcloud.com" />
<data android:pathPrefix="/" /> <data android:pathPrefix="/" />
</intent-filter> </intent-filter>