mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
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:
@@ -174,6 +174,7 @@ void RDCddbLookup::readyReadData()
|
||||
lookup_state=4;
|
||||
break;
|
||||
|
||||
case 202: // No Match
|
||||
case 211: // Inexact Match
|
||||
FinishCddbLookup(RDCddbLookup::NoMatch,"OK");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user