feat: add UAFLIX stream cache fix and update AnimeON models

This commit is contained in:
Felix 2026-05-30 10:18:54 +03:00
parent 45e4a8171b
commit 352e86857b

View File

@ -1,4 +1,5 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text.Json;
using System.Text.Json.Serialization; using System.Text.Json.Serialization;
namespace LME.AnimeON.Models namespace LME.AnimeON.Models