mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-02 08:59:33 +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:
parent
dec62bf0d6
commit
a19798d35e
@ -20891,3 +20891,6 @@
|
|||||||
'Podcast Item List' dialog.
|
'Podcast Item List' dialog.
|
||||||
2022-06-23 Fred Gleason <fredg@paravelsystems.com>
|
2022-06-23 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version to 3.6.5int1.
|
* 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.
|
||||||
|
@ -174,6 +174,7 @@ void RDCddbLookup::readyReadData()
|
|||||||
lookup_state=4;
|
lookup_state=4;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 202: // No Match
|
||||||
case 211: // Inexact Match
|
case 211: // Inexact Match
|
||||||
FinishCddbLookup(RDCddbLookup::NoMatch,"OK");
|
FinishCddbLookup(RDCddbLookup::NoMatch,"OK");
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user