mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-17 06:32:30 +02:00
Add discovery
This commit is contained in:
@@ -410,7 +410,7 @@ class DRMPluginManager:
|
||||
# Merge all ClearKey results into one config by combining keyids
|
||||
if clearkey_results:
|
||||
merged_keyids: dict[str, str] = {}
|
||||
highest_priority = 0
|
||||
highest_priority = 1
|
||||
for ck in clearkey_results:
|
||||
if ck.license and ck.license.keyids:
|
||||
merged_keyids.update(ck.license.keyids)
|
||||
|
||||
Reference in New Issue
Block a user