Skip to content

Commit

Permalink
Add YouTube shorts path prefix to intent filter (TeamNewPipe#7181)
Browse files Browse the repository at this point in the history
* Add YouTube shorts path prefix to intent filter
  • Loading branch information
triallax authored and litetex committed Nov 15, 2021
1 parent 2057bad commit ca1aa1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<data android:pathPrefix="/embed/" />
<data android:pathPrefix="/watch" />
<data android:pathPrefix="/attribution_link" />
<data android:pathPrefix="/shorts/" />
<!-- channel prefix -->
<data android:pathPrefix="/channel/" />
<data android:pathPrefix="/user/" />
Expand Down

0 comments on commit ca1aa1b

Please sign in to comment.