Add api source

This commit is contained in:
Geomitron
2024-05-04 03:20:54 -05:00
parent d57d8bcc9f
commit 3f72d21470
3 changed files with 6 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ export class SearchService {
page: this.currentPage,
instrument: this.instrument.value,
difficulty: this.difficulty.value,
source: 'bridge',
}).pipe(
catchError((err, caught) => {
if (err.status === 400 || retries-- <= 0) {