mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-06-17 12:08:54 +00:00
Drop the secondary PlayerJsDecoder extraction path and keep complex VOD payloads untouched by returning the original value. Align the module manifest by removing the now-unused shared PlayerJsDecoder dependency.
13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"enable": true,
|
|
"version": 3,
|
|
"initspace": "LME.UAKino.ModInit",
|
|
"online": "LME.UAKino.OnlineApi",
|
|
"syntaxPaths": [
|
|
"../LME.Shared/GlobalUsings.cs",
|
|
"../LME.Shared/Online/OnlineRegistry.cs",
|
|
"../LME.Shared/Update/ModuleUpdateService.cs",
|
|
"../LME.Shared/Apn/ApnHelper.cs"
|
|
]
|
|
}
|