mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 17:32:20 +00:00
Integrate a new online streaming source for UafilmME, including API invocation, search, and playback functionality. Adds APN proxy helper for Ashdi streams, module initialization, and related models and controllers to extend the existing online framework.
5 lines
140 B
C#
5 lines
140 B
C#
global using Shared.Services;
|
|
global using Shared.Services.Hybrid;
|
|
global using Shared.Models.Base;
|
|
global using AppInit = Shared.CoreInit;
|