Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added check that album art uri is a valid string #215

Merged
merged 4 commits into from
Jan 5, 2024

Commits on Dec 30, 2023

  1. Added check that album art uri is a valid string

    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.
    darrynlowe authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    857cf15 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Add change file

    StevenLooman committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0792c06 View commit details
    Browse the repository at this point in the history
  2. Combine if statements

    StevenLooman committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e5b8791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    571b139 View commit details
    Browse the repository at this point in the history