emby-toolbox/EmbyToolbox/Views/StyleTestTableRow.cs
Emby Toolbox 6264b487fe Initial commit: Emby Toolbox (conversion scroll fix, bulk Del for tracks).
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-12 21:33:47 +05:00

11 lines
294 B
C#

namespace EmbyToolbox.Views;
public sealed class StyleTestTableRow
{
public string Name { get; set; } = "";
public string Type { get; set; } = "";
public string Codec { get; set; } = "";
public string Language { get; set; } = "";
public string Status { get; set; } = "";
}