Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ee671e9 authored by Kyle Zhang's avatar Kyle Zhang Committed by Android (Google) Code Review
Browse files

Merge "Fix clearkey DRM plugin KeyRequest.getDefaultUrl"

parents e9fcba17 3c57f910
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ void DrmPlugin::installSecureStop(const std::vector<uint8_t>& sessionId) {
    UNUSED(in_optionalParameters);

    KeyRequestType keyRequestType = KeyRequestType::UNKNOWN;
    std::string defaultUrl("https://default.url");
    std::string defaultUrl("");

    _aidl_return->request = {};
    _aidl_return->requestType = keyRequestType;