mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Show total time relative to current track
This commit is contained in:
@@ -83,8 +83,8 @@ namespace RedBookPlayer
|
|||||||
{
|
{
|
||||||
currentIndex = value;
|
currentIndex = value;
|
||||||
|
|
||||||
Console.WriteLine("thing set");
|
|
||||||
SectionStartSector = (ulong)Image.Tracks[CurrentTrack].Indexes[CurrentIndex];
|
SectionStartSector = (ulong)Image.Tracks[CurrentTrack].Indexes[CurrentIndex];
|
||||||
|
TotalTime = Image.Tracks[CurrentTrack].TrackEndSector - Image.Tracks[CurrentTrack].TrackStartSector;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private ulong currentSector = 0;
|
private ulong currentSector = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user