forgotten files & freedb minor issue

This commit is contained in:
chudov
2011-07-10 16:56:57 +00:00
parent f3ca8eeb76
commit e46800cf2f
14 changed files with 5 additions and 5 deletions

View File

@@ -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);