diff --git a/RedBookPlayer.Common/Discs/CompactDisc.cs b/RedBookPlayer.Common/Discs/CompactDisc.cs index b90281d..4a4591f 100644 --- a/RedBookPlayer.Common/Discs/CompactDisc.cs +++ b/RedBookPlayer.Common/Discs/CompactDisc.cs @@ -410,7 +410,7 @@ namespace RedBookPlayer.Common.Discs if(_image == null) return; - TotalIndexes = _image.Tracks[CurrentTrackNumber].Indexes.Keys.Max(); + TotalIndexes = GetTrack(CurrentTrackNumber).Indexes.Keys.Max(); } ///