Skip to content

Commit

Permalink
sampatcher.py: fix service name
Browse files Browse the repository at this point in the history
  • Loading branch information
throwaway96 committed Mar 3, 2024
1 parent 7eef384 commit 9141385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/bin/sampatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 9141385

Please sign in to comment.