Added remark

This commit is contained in:
M66B 2023-03-15 11:17:29 +01:00
parent a63cb87825
commit 660950d8b7
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
// https://www.rfc-editor.org/rfc/rfc3501#section-6.4.4
Response[] responses = protocol.command("SEARCH" + (utf8 ? " CHARSET UTF-8" : ""), args);
if (responses != null && responses.length > 0 && !responses[responses.length - 1].isOK()) {
// Normally "NO"
// Normally "NO", but some servers respond with "BAD Could not parse command"
if (!BuildConfig.PLAY_STORE_RELEASE)
Log.e(responses[responses.length - 1].toString());
responses = protocol.command("SEARCH", args);