I've noticed a potential typo in the VERSION_MAP from the recent update—the key currently reads sdl when it likely should be sdk. This typo doesn't cause an error directly, but it results in the string "undefined" being used within the X-Radiko-Device header. To prevent any unintended behaviors, I'm submitting this PR to correct it.
I've noticed a potential typo in the
VERSION_MAP
from the recent update—the key currently readssdl
when it likely should besdk
. This typo doesn't cause an error directly, but it results in the string "undefined" being used within theX-Radiko-Device
header. To prevent any unintended behaviors, I'm submitting this PR to correct it.