mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
forgotten files & freedb minor issue
This commit is contained in:
@@ -1340,7 +1340,7 @@ namespace CUERipper
|
||||
//catch
|
||||
//{
|
||||
//}
|
||||
uint length = selectedDriveInfo.drive.TOC.Length / 75 - selectedDriveInfo.drive.TOC[1].Start / 75 + 2;
|
||||
uint length = selectedDriveInfo.drive.TOC.Length / 75 + 2;
|
||||
try
|
||||
{
|
||||
string res = m_freedb.Submit(entry, (int)length, AccurateRipVerify.CalculateCDDBId(selectedDriveInfo.drive.TOC), frm.Data.Category, false);
|
||||
|
||||
Reference in New Issue
Block a user