Skip to content

[BUG] radarrmeta fails when there is no rating #8

@Roxedus

Description

@Roxedus

At the time of writing, tt6791350 is not rated, thus the MovieRatings dict looks like this

"MovieRatings": {
    "Tmdb": {
        "Count": 370,
        "Value": 8.445,
        "Type": "User"
    },
    "Imdb": null,
    "Metacritic": null,
    "RottenTomatoes": {
        "Count": 0,
        "Value": 82,
        "Type": "User"
    }
}

while the code expects MovieRatings.Imdb.Value to exist.

AB#4910

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions