From bd39fa86e180ab08c5ec17713aac9b2f10f99695 Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Mon, 3 Feb 2025 14:09:09 +0100 Subject: [PATCH] Fix indent --- src/tauon/t_modules/t_main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tauon/t_modules/t_main.py b/src/tauon/t_modules/t_main.py index d5d1b27f9..03f583ee1 100644 --- a/src/tauon/t_modules/t_main.py +++ b/src/tauon/t_modules/t_main.py @@ -26354,8 +26354,8 @@ def load_xspf(path: str) -> None: item = a[i] if item["location"].startswith("http"): radio = RadioStation( - stream_url=item["location"], - title=item["name"]) + stream_url=item["location"], + title=item["name"]) # radio.scroll = 0 # TODO(Martin): This was here wrong as scrolling is meant to be for RadioPlaylist? if item["info"].startswith("http"): radio.website_url = item["info"]