diff --git a/services/bin/sampatcher.py b/services/bin/sampatcher.py index ebc7dde..d8115ce 100755 --- a/services/bin/sampatcher.py +++ b/services/bin/sampatcher.py @@ -4,7 +4,7 @@ import sys TARGET_STRING = "luna://com.webos.service.sm/license/apps/getDrmStatus" -REPLACEMENT_STRING = "luna://tv.rootmy.hbchannel.service/getDrmStatus\0" +REPLACEMENT_STRING = "luna://org.webosbrew.hbchannel.service/getDrmStatus\0" sam_pid = int(sys.argv[1]) diff --git a/services/service.ts b/services/service.ts index 7d37c82..1b3931f 100644 --- a/services/service.ts +++ b/services/service.ts @@ -643,6 +643,8 @@ function runService() { /** * Stub service that emulates luna://com.webos.service.sm/license/apps/getDrmStatus + * + * This is intended to work with sampatcher.py, but it is not currently used. */ type GetDrmStatusPayload = { appId: string }; service.register(