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

Commit 3c57f910 authored by Kyle Zhang's avatar Kyle Zhang
Browse files

Fix clearkey DRM plugin KeyRequest.getDefaultUrl

Bug: 247808112
Test: CtsMediaDrmFrameworkTestCases
Change-Id: I76d0e8763058d230af4287ec0218c49396130dad
parent 84f71e7e
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;