Bugfix: Avoid crash in updateControlsAndPlaylist on mal-formatted JSON#1490
Bugfix: Avoid crash in updateControlsAndPlaylist on mal-formatted JSON#1490wutschel wants to merge 1 commit into
Conversation
|
Decision: APPROVE Issues: none Evidence:
Review Details
|
1a83584 to
c07f4d9
Compare
Avoids (reported) potential app crashes.
c07f4d9 to
92ef9ce
Compare
Description
Crash report from AppStore points to a crash processing mal-formatted JSON, ending up in "unrecognized selector".
To make the code more robust, an early return is added if selectors are not supported.
Summary for release notes
Bugfix: Avoid crash in updateControlsAndPlaylist on mal-formatted JSON