mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Grayjay schema channel support
This commit is contained in:
@@ -501,6 +501,10 @@ class MainActivity : AppCompatActivity, IWithResultLauncher {
|
||||
val videoUrl = targetData.substring("grayjay://video/".length);
|
||||
navigate(_fragVideoDetail, videoUrl);
|
||||
}
|
||||
else if(targetData.startsWith("grayjay://channel/")) {
|
||||
val channelUrl = targetData.substring("grayjay://channel/".length);
|
||||
navigate(_fragMainChannel, channelUrl);
|
||||
}
|
||||
}
|
||||
"content" -> {
|
||||
if(!handleContent(targetData, intent.type)) {
|
||||
|
||||
Submodule app/src/unstable/assets/sources/youtube updated: fca0ba3d5a...b41f7ed976
Reference in New Issue
Block a user