Skip to content

Commit c3cb593

Browse files
Merge pull request #1490 from maniac103/icy-title-fix
2 parents ff401f2 + 2d0514b commit c3cb593

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Slim/Web/HTTP.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2323,7 +2323,8 @@ sub sendStreamingResponse {
23232323

23242324
unshift @$outbuf, $segment;
23252325

2326-
my $url = Slim::Player::Playlist::url($client);
2326+
my $songIndex = Slim::Player::Source::streamingSongIndex($client);
2327+
my $url = Slim::Player::Playlist::url($client, $songIndex);
23272328

23282329
my $title = $url ? Slim::Music::Info::getCurrentTitle($client, $url) : string('WELCOME_TO_SQUEEZEBOX_SERVER');
23292330
$title =~ tr/'/ /;

0 commit comments

Comments
 (0)