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