Skip to content

Commit

Permalink
Add YouTube shorts path prefix to intent filter (#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 Sep 29, 2021
1 parent b753705 commit a0b0420
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 a0b0420

Please sign in to comment.