12 lines
202 B
C#
12 lines
202 B
C#
namespace Shared.Models.Online.AniLibria
|
|
{
|
|
public struct Hls
|
|
{
|
|
public string fhd { get; set; }
|
|
|
|
public string hd { get; set; }
|
|
|
|
public string sd { get; set; }
|
|
}
|
|
}
|