Skip to content

Commit

Permalink
Fix verify error running on JellyBean #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Woodman committed Jun 24, 2014
1 parent 1482dde commit 273fad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void onManifest(String contentId, SmoothStreamingManifest manifest) {
try {
drmSessionManager = V18Compat.getDrmSessionManager(manifest.protectionElement.uuid, player,
drmCallback);
} catch (UnsupportedSchemeException e) {
} catch (Exception e) {
callback.onRenderersError(e);
return;
}
Expand Down

0 comments on commit 273fad8

Please sign in to comment.