Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Feb 3, 2025
1 parent aeab8dc commit bd39fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tauon/t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit bd39fa8

Please sign in to comment.