We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff401f2 + 2d0514b commit c3cb593Copy full SHA for c3cb593
Slim/Web/HTTP.pm
@@ -2323,7 +2323,8 @@ sub sendStreamingResponse {
2323
2324
unshift @$outbuf, $segment;
2325
2326
- my $url = Slim::Player::Playlist::url($client);
+ my $songIndex = Slim::Player::Source::streamingSongIndex($client);
2327
+ my $url = Slim::Player::Playlist::url($client, $songIndex);
2328
2329
my $title = $url ? Slim::Music::Info::getCurrentTitle($client, $url) : string('WELCOME_TO_SQUEEZEBOX_SERVER');
2330
$title =~ tr/'/ /;
0 commit comments