CueSheets model cleanup

This commit is contained in:
Matt Nadareski
2025-10-30 21:30:13 -04:00
parent 3ee88793da
commit b2d31bb87e
3 changed files with 3 additions and 3 deletions

View File

@@ -21,6 +21,6 @@ namespace SabreTools.Data.Models.CueSheets
/// <summary>
/// List of TRACK in FILE
/// </summary>
public CueTrack[]? Tracks { get; set; }
public CueTrack[] Tracks { get; set; }
}
}

View File

@@ -36,6 +36,6 @@ namespace SabreTools.Data.Models.CueSheets
/// <summary>
/// List of FILE in cuesheet
/// </summary>
public CueFile[]? Files { get; set; }
public CueFile[] Files { get; set; }
}
}

View File

@@ -53,7 +53,7 @@ namespace SabreTools.Data.Models.CueSheets
/// List of INDEX in TRACK
/// </summary>
/// <remarks>Must start with 0 or 1 and then sequential</remarks>
public CueIndex[]? Indices { get; set; }
public CueIndex[] Indices { get; set; }
/// <summary>
/// POSTGAP