-
-
- {#if !isSubscribed}
- {$_('subscribe')}
- {:else}
- {$_('unsubscribe')}
+ {#if !$isAndroidTvStore}
+
+ share
+ {$_('player.share.title')}
+
+ {#if !Capacitor.isNativePlatform()}
+ {
+ await Clipboard.write({ string: location.href });
+ (document.activeElement as HTMLElement)?.blur();
+ }}
+ >
+ {$_('player.share.materialiousLink')}
+
{/if}
-
-
- {#if !$isAndroidTvStore}
-
-
- share
- {$_('player.share.title')}
-
- {#if !Capacitor.isNativePlatform()}
- {
- await Clipboard.write({ string: location.href });
- (document.activeElement as HTMLElement)?.blur();
- }}
- >
- {$_('player.share.materialiousLink')}
-
- {/if}
-
- {
- await Clipboard.write({
- string: `https://www.youtube.com/channel/${data.channel.authorId}`
- });
- (document.activeElement as HTMLElement)?.blur();
- }}
- >
- {$_('player.share.youtubeLink')}
-
-
-
-
- {/if}
-