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
* fixed the types for metadata json responses
* added GetPlaylist() to cli
* added GetPlaylist() to cli
* fixed GetPlaylist() - catch non-200 status http errors
* changed types on properties that are int or string
* changed RatingCount per #41
* handle OptimizedForStreaming bool or int
OptimizedForStreamingbool`json:"optimizedForStreaming"`// plex can return int or boolean: 0 or 1; true or false
138
+
OptimizedForStreamingboolOrInt`json:"optimizedForStreaming"`// plex can return int (GetMetadata(), GetPlaylist()) or boolean (GetSessions()): 0 or 1; true or false
0 commit comments