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

Solve issue with missing art #1668

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 5, 2024

  1. Solve issue with missing art

    When encountering a movie with missing image data, we'd get `EXCEPTION: argument "value" for method "setArt" must be unicode or str`. This is because that's sometimes an empty dict rather than a string. This converts `{}` to `""` to resolve the issue.
    adamhotep committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3b05f81 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Workaround is now non-desctructive

    (Not that this makes it much better; see CastagnaIT#1668)
    adamhotep committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    487c5a8 View commit details
    Browse the repository at this point in the history