Add Inspection command
This commit is contained in:
parent
af2d4d6139
commit
3a48988dfb
12 changed files with 456 additions and 0 deletions
8
src/Tasks/Inspection/TrackSubtitle.cs
Normal file
8
src/Tasks/Inspection/TrackSubtitle.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace MediaOrganizer.Tasks.Inspection;
|
||||
|
||||
public sealed record class TrackSubtitle
|
||||
{
|
||||
public required string LangCode { get; set; }
|
||||
|
||||
public required string Language { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue