Bug: audio_modes is a list but is linted as Optional[str]
Apologies if this somehow duplicates my previous issue, but I see from album.py that the attribute audio_modes should be Optional[str]
However, testing the type from code, I see it is actually a list, which then contains typically one str.
Thank you for any feedback!
Yes, this looks like a bug.
Thank you very much!
sorry, the bug is in the linting or in the implementation that returns the list? Given the name is plural, I would say it's in the linting, am I right?
Yes, looks like the linting is incorrect, as more than one audio type can be returned in the list.
Ok perfect, thank you again!