Files
ersatztv/ErsatzTV.Application/Troubleshooting/SubtitleViewModel.cs
T

4 lines
135 B
C#

namespace ErsatzTV.Application.Troubleshooting;
public record SubtitleViewModel(int Id, string Language, string Title, string Codec);