emarsden / dash-mpd-rs

Rust library for parsing, serializing and downloading media content from a DASH MPD manifest.
MIT License
72 stars 23 forks source link

fix duplicated merge of baseURLS #79

Closed jonasgrosch closed 1 month ago

jonasgrosch commented 1 month ago

I ran into a bug where the period base_url was appended twice and tracked it down to these lines being duplicated. This change has fixed my issue.

emarsden commented 1 month ago

Nice catch, thanks.