Skip to content

Commit

Permalink
Merge pull request #915 from philippe44/8.3-misc-fixes
Browse files Browse the repository at this point in the history
8.3 misc fixes
  • Loading branch information
mherger committed Oct 9, 2023
2 parents 80de631 + 7c6a8ab commit 1a7557b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Player/Protocols/HTTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ sub request {

# no other guidance, define AudioBlock to make sure that audio_offset is skipped in requestString
if (!$processor || $song->stripHeader) {
$song->initialAudioBlock('');
$song->initialAudioBlock('') if $song->stripHeader;
return $self->SUPER::request($args);
}

Expand Down

0 comments on commit 1a7557b

Please sign in to comment.