This commit is contained in:
11
CinemaLib/API/StreamSubtitle.cs
Normal file
11
CinemaLib/API/StreamSubtitle.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace CinemaLib.API;
|
||||
|
||||
public class StreamSubtitle
|
||||
{
|
||||
public string language { get; set; } // two letter ISO code
|
||||
public bool forced { get; set; }
|
||||
public string? _id { get; set; }
|
||||
public string? src { get; set; } // url to external subtitles
|
||||
}
|
||||
Reference in New Issue
Block a user