Closed darrynlowe closed 10 months ago
Hi @darrynlowe, thank you for the PR! Can you add a test for this?
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
e76d867
) 72.42% compared to head (571b139
) 72.42%.
Files | Patch % | Lines |
---|---|---|
async_upnp_client/profiles/dlna.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks! Do you want a release with this?
Thanks for merging in. No need for a special release for my sake given you release so frequently already (which is great, btw).
There is a low chance of a change resulting from a home assistant issue. I'll await the results from that issue and create a new release after that.
No activity regarding the home assistant issue. This weekend I'll create 0.38.1 to include this PR.
I've released 0.38.1. I'm unsure if you were experiencing the issue via home assistant, but I'll create a PR there to bump this library.
The release is already in home assistant, see https://www.home-assistant.io/blog/2024/01/03/release-20241/#release-202415---january-20
Hope this fixes the problem with your TV.
Works great - thanks for help!
Some Samsung TVs return a profile that has an "album_art_uri" property set to None. As-was, this caused a string handling error in the absolute_url call. Fix is to simply check that the uri is not null before the call.