You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!