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

[Bug]: Movie object not fully loaded by get_movie due to missing arg #19

Open
ShanaryS opened this issue May 29, 2024 · 0 comments
Open
Assignees
Labels
bug Bug is with ArrAPI status:not-yet-viewed I haven't eeviewed the Feature or Bug yet

Comments

@ShanaryS
Copy link

ShanaryS commented May 29, 2024

Version Number

1.4.13

Describe the Bug

The movie constructor never fully loads the data:

super().__init__(radarr, data)

Series for reference:

super().__init__(sonarr, data, load=series_id or tvdb_id)

I'm not sure if the other objects should be changed as well. It seems this has been this way for 3 years which is hard to believe.

Likely the cause for: #17

@ShanaryS ShanaryS added bug Bug is with ArrAPI status:not-yet-viewed I haven't eeviewed the Feature or Bug yet labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with ArrAPI status:not-yet-viewed I haven't eeviewed the Feature or Bug yet
Projects
None yet
Development

No branches or pull requests

2 participants