7 lines
123 B
C#
7 lines
123 B
C#
|
|
namespace MediaOrganizer.Tasks.Inspection;
|
||
|
|
|
||
|
|
public sealed record class TrackCell
|
||
|
|
{
|
||
|
|
public TimeSpan Length { get; set; }
|
||
|
|
}
|