This commit is contained in:
2026-01-31 23:41:47 -08:00
parent 753cdfb196
commit 95748698fa
15 changed files with 218 additions and 128 deletions

View File

@@ -834,6 +834,10 @@ class OpenLibrary(Provider):
except Exception:
return False, ""
@property
def preserve_order(self) -> bool:
return True
def search(
self,
query: str,