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
GuessIt API array field crash: The OpenSubtitles GuessIt API can return source and streaming_service as arrays instead of strings. When this happened, Get-SASourceDisplayName threw "Cannot process argument transformation on parameter 'Source'. Cannot convert value to type System.String", crashing the entire job at startup. Both fields are now normalized to scalars in Get-SAGuessItInfo, matching the existing pattern used for the other field.