Added shorts support
This commit is contained in:
@@ -48,6 +48,22 @@
|
||||
android:scheme="https"
|
||||
android:host="youtu.be"
|
||||
android:pathPrefix="/watch" />
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="youtube.com"
|
||||
android:pathPrefix="/shorts" />
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="www.youtube.com"
|
||||
android:pathPrefix="/shorts" />
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="m.youtube.com"
|
||||
android:pathPrefix="/shorts" />
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="youtu.be"
|
||||
android:pathPrefix="/shorts" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
||||
@@ -36,11 +36,8 @@
|
||||
import { _ } from 'svelte-i18n';
|
||||
import { get } from 'svelte/store';
|
||||
import { pwaInfo } from 'virtual:pwa-info';
|
||||
interface Props {
|
||||
children?: import('svelte').Snippet;
|
||||
}
|
||||
|
||||
let { children }: Props = $props();
|
||||
let { children } = $props();
|
||||
|
||||
let mobileSearchShow = $state(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user