From 90e7ec4602ff8f6b8eeb88f7a0b05fd030a118ea Mon Sep 17 00:00:00 2001 From: Felix Date: Fri, 15 May 2026 19:28:13 +0300 Subject: [PATCH] build(uakino): include PlayerJs decoder shared dependency Add `PlayerJsDecoder.cs` to the UAKino module manifest so the module ships with the shared PlayerJS decoding utility required at runtime. --- LME.UAKino/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LME.UAKino/manifest.json b/LME.UAKino/manifest.json index 9ed0240..a78adae 100644 --- a/LME.UAKino/manifest.json +++ b/LME.UAKino/manifest.json @@ -7,6 +7,7 @@ "../LME.Shared/GlobalUsings.cs", "../LME.Shared/Online/OnlineRegistry.cs", "../LME.Shared/Update/ModuleUpdateService.cs", - "../LME.Shared/Apn/ApnHelper.cs" + "../LME.Shared/Apn/ApnHelper.cs", + "../LME.Shared/Playerjs/PlayerJsDecoder.cs" ] }