1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-17 19:00:01 +00:00

remove duplicate host in manifest

This commit is contained in:
bopol 2020-05-05 15:56:31 +02:00
parent 929d13bfea
commit 0a984ca8c8

View File

@ -322,9 +322,8 @@
<data android:host="video.lqdn.fr" />
<data android:host="skeptikon.fr" />
<data android:pathPrefix="/videos/" /> <!-- it contains playlists -->
<data android:pathPrefix="/accounts/" />
<data android:pathPrefix="/playlist/" />
<data android:pathPrefix="/videos/" />
<data android:pathPrefix="/video-channels/" />
</intent-filter>
</activity>