mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Only check disc init for displaying the time
This commit is contained in:
@@ -72,7 +72,7 @@ namespace RedBookPlayer
|
||||
private string GenerateDigitString()
|
||||
{
|
||||
// If the disc or player aren't initialized, return all '-' characters
|
||||
if (!PlayableDisc.Initialized || !Player.Initialized)
|
||||
if (!PlayableDisc.Initialized)
|
||||
return string.Empty.PadLeft(20, '-');
|
||||
|
||||
// Otherwise, take the current time into account
|
||||
|
||||
Reference in New Issue
Block a user