1
0
Fork 0

Add Inspection command

This commit is contained in:
Jöran Malek 2025-10-26 18:10:45 +01:00
parent af2d4d6139
commit 3a48988dfb
12 changed files with 456 additions and 0 deletions

View file

@ -0,0 +1,6 @@
namespace MediaOrganizer.Tasks.Inspection;
public sealed record class TrackCell
{
public TimeSpan Length { get; set; }
}