From 0eb9286b719623c9b2c2d3eaa067e9e03c8dc5fa Mon Sep 17 00:00:00 2001 From: Kaisa Marysia Date: Fri, 5 Jan 2024 20:30:11 +0100 Subject: [PATCH] README.md aktualisiert fix tld --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf8bc78..f750552 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ Just a list of mixes played on CCC Events. Play all tracks random directly with mpv: ``` -mpv --shuffle $(curl -s "https://git.kasiandras-dreams.org/Kasiandra/ChaosMusic/raw/branch/master/playlist" | tr '\n' ' ') --no-video +mpv --shuffle $(curl -s "https://git.kasiandras-dreams.de/Kasiandra/ChaosMusic/raw/branch/master/playlist" | tr '\n' ' ') --no-video ```