4 lines
106 B
C#
4 lines
106 B
C#
namespace ErsatzTV.Application.Subtitles;
|
|
|
|
public record SubtitlePathAndCodec(string Path, string Codec);
|