Basic search UI (no download links yet)

This commit is contained in:
2024-11-09 17:13:02 +01:00
parent 804e5e91a0
commit bfb76389cf
35 changed files with 5502 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
using System;
namespace StreamCinemaLib.API;
public class MediaLanguageInfos
{
public MediaLanguageInfo? audio { get; set; }
public MediaLanguageInfo? subtitles { get; set; }
}