Skip to content

Commit 04a4cba

Browse files
committed
more
1 parent 30b07a0 commit 04a4cba

File tree

3 files changed

+601
-157
lines changed

3 files changed

+601
-157
lines changed

nowplaying/inputs/icecast.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def _query_parse(self, data):
115115
if ' - ' not in song_text:
116116
# No separator found, treat entire string as title
117117
metadata['title'] = song_text
118-
metadata['artist'] = None
119118
else:
120119
# Split on first occurrence of ' - ' (with spaces)
121120
# This handles cases like "Artist - Song - Remix" correctly

0 commit comments

Comments
 (0)