We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f010fe commit 37c062fCopy full SHA for 37c062f
1 file changed
middleware/drm/DrmSessionManager.cpp
@@ -172,7 +172,7 @@ void DrmSessionManager::clearAccessToken()
172
*/
173
bool DrmSessionManager::getFailedKeyIdStatus(int sessionIndex)
174
{
175
- if (sessionIndex >= 0 && sessionIndex < mMaxDrmSessions && cachedKeyIDs)
+ if (sessionIndex >= 0 && sessionIndex < mMaxDRMSessions && cachedKeyIDs)
176
177
return cachedKeyIDs[sessionIndex].isFailedKeyId;
178
}
0 commit comments