Commit 273fad84 by Oliver Woodman

Fix verify error running on JellyBean #2.

parent 1482dde4
......@@ -113,7 +113,7 @@ public class SmoothStreamingRendererBuilder implements RendererBuilder,
try {
drmSessionManager = V18Compat.getDrmSessionManager(manifest.protectionElement.uuid, player,
drmCallback);
} catch (UnsupportedSchemeException e) {
} catch (Exception e) {
callback.onRenderersError(e);
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment