shaka-player-embedded icon indicating copy to clipboard operation
shaka-player-embedded copied to clipboard

Get configuration doesn't work with keys with '.'

Open TheModMaker opened this issue 5 years ago • 0 comments
trafficstars

Calling the get configuration methods don't work with escaped '.' entries. For example:

[self.player getConfigurationString:@"drm.servers.com\\.widevine\\.alpha"];

This is a result of not handling escapes here.

TheModMaker avatar Oct 05 '20 17:10 TheModMaker