Kometa-Team / ArrAPI

A lightweight Python library for Radarr and Sonarr API.
https://arrapi.kometa.wiki
MIT License
45 stars 7 forks source link

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

Open ShanaryS opened 4 months ago

ShanaryS commented 4 months ago

Version Number

1.4.13

Describe the Bug

The movie constructor never fully loads the data: https://github.com/Kometa-Team/ArrAPI/blob/aa0cdd53be1b1e532d05f2119d7b3d6df281e802/arrapi/objs/reload.py#L253

Series for reference: https://github.com/Kometa-Team/ArrAPI/blob/aa0cdd53be1b1e532d05f2119d7b3d6df281e802/arrapi/objs/reload.py#L489

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