mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Merge branch 'master' of https://github.com/gchudov/cuetools.net
This commit is contained in:
@@ -56,7 +56,9 @@ namespace CUETools.TestHelpers
|
||||
{
|
||||
}
|
||||
|
||||
public long Length
|
||||
public TimeSpan Duration => Length < 0 ? TimeSpan.Zero : TimeSpan.FromSeconds((double)Length / PCM.SampleRate);
|
||||
|
||||
public long Length
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user