4 lines
135 B
C#
4 lines
135 B
C#
namespace ErsatzTV.Application.Troubleshooting;
|
|
|
|
public record SubtitleViewModel(int Id, string Language, string Title, string Codec);
|