fix(tvos): typo (#4204)

* fix(tvos): typo

* lint
This commit is contained in:
Krzysztof Moch
2024-09-28 16:39:09 +02:00
committed by GitHub
parent 724b32b434
commit b11f05f175
3 changed files with 15 additions and 15 deletions

View File

@@ -72,7 +72,7 @@ class DRMManager: NSObject {
try keyRequest.respondByRequestingPersistableContentKeyRequestAndReturnError()
return
#else
throw RCTVideoError.offlineDRMNotSuported
throw RCTVideoError.offlineDRMNotSupported
#endif
}