Skip to content

Commit

Permalink
Add the default station fallback URL back
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Feb 3, 2025
1 parent bd39fa8 commit e8ce57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tauon/t_modules/t_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class RadioStation:
country: str
website_url: str
icon: str
stream_url_fallback: str
stream_url_fallback: str = ""

@dataclass
class RadioPlaylist:
Expand Down

0 comments on commit e8ce57d

Please sign in to comment.