From 85ecd891049ea5cd5bdfde82ad8f27b9dd402172 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sat, 2 Mar 2024 12:42:16 +0100 Subject: [PATCH] Update synthetic-fm url --- sources/mpv/source.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/mpv/source.go b/sources/mpv/source.go index f987cf8..3ed71e7 100644 --- a/sources/mpv/source.go +++ b/sources/mpv/source.go @@ -24,11 +24,11 @@ type MPVSource struct { func init() { sources.SoundSources["mpv-nig"] = &MPVSource{ Name: "Radio NIG", - File: "https://mediaserv38.live-streams.nl:18030/stream", + File: "http://stream.syntheticfm.com:8030/stream", } sources.SoundSources["mpv-synthfm"] = &MPVSource{ Name: "Radio Synthetic FM", - File: "https://mediaserv38.live-streams.nl:18040/live", + File: "http://stream.syntheticfm.com:8040/stream", } sources.SoundSources["mpv-nrw"] = &MPVSource{ Name: "NewRetroWave",