From 8877c0f65fd4f5f3263474940a06015c53f49942 Mon Sep 17 00:00:00 2001 From: wryk Date: Sat, 7 Mar 2020 19:14:46 +0100 Subject: [PATCH] fix typo --- src/components/About.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/About.svelte b/src/components/About.svelte index 3c658af..fc37e78 100644 --- a/src/components/About.svelte +++ b/src/components/About.svelte @@ -7,7 +7,7 @@

The app get all the publics publications that contains a media link and a music hashtag (you can configure it in the Settings). We support only Youtube links for now but more platforms are planned in the future.
We don’t own the musics rights so the songs are played on the original platform player.

How can I get my song be played on the radio?

-

You have to make a public toot containing who of the hashtags configured on the app and a Youtube link.

+

You have to make a public toot containing one of the hashtags configured on the app and a Youtube link.

Can I use the radio on my phone?

It’s a webapp so it should be working, however since the Youtube Player allow us to play a song only when you’re on the web and stop when the screen turn off or when you’re on another app, it’s kind of unusable.
It’s kind of shitty but as long the Youtube have this behavior we don’t see a way to make a great experience for the radio on mobile devices.