2022-08-15 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the CDDB parser that caused it to emit an error
	message when processing a 202 response.

Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
This commit is contained in:
Fred Gleason 2022-08-15 14:27:49 -04:00
parent dec62bf0d6
commit a19798d35e
2 changed files with 4 additions and 0 deletions

View File

@ -20891,3 +20891,6 @@
'Podcast Item List' dialog.
2022-06-23 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 3.6.5int1.
2022-08-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the CDDB parser that caused it to emit an error
message when processing a 202 response.

View File

@ -174,6 +174,7 @@ void RDCddbLookup::readyReadData()
lookup_state=4;
break;
case 202: // No Match
case 211: // Inexact Match
FinishCddbLookup(RDCddbLookup::NoMatch,"OK");
break;