Ensure CDRWin indexes are sorted.

This commit is contained in:
2021-09-24 20:47:23 +01:00
parent afee8399cd
commit 4a9986e37f
2 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ namespace Aaru.DiscImages
/// <summary>Track genre (from CD-Text)</summary>
public string Genre;
/// <summary>Indexes on this track</summary>
public Dictionary<ushort, int> Indexes;
public SortedDictionary<ushort, int> Indexes;
/// <summary>Track ISRC</summary>
public string Isrc;
/// <summary>Track performer (from CD-Text)</summary>