diff options
Diffstat (limited to 'src/tangara/audio/audio_decoder.cpp')
| -rw-r--r-- | src/tangara/audio/audio_decoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/audio/audio_decoder.cpp b/src/tangara/audio/audio_decoder.cpp index 8c0b264f..fca7e6da 100644 --- a/src/tangara/audio/audio_decoder.cpp +++ b/src/tangara/audio/audio_decoder.cpp @@ -160,7 +160,7 @@ auto Decoder::prepareDecode(std::shared_ptr<TaggedStream> stream) -> void { .uri = stream->Filepath(), .duration = {}, .start_offset = stream->Offset(), - .bitrate_kbps = {}, + .bitrate_kbps = open_res->bitrate_kbps, .encoding = stream->type(), .format = { |
