Skip to content

Commit

Permalink
docs: update search options documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Aug 5, 2022
1 parent ea97ed7 commit 3c4c2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ interface SearchOptions {
source?: string;
/**
* Limit number of tracks to search.
* Not supported when searching Spotify track. Due to Spotify limitations, only first 100 playlist tracks are searched.
* Not supported when searching single Spotify track. Due to Spotify limitations, only first 100 playlist tracks are searched.
*/
limit?: number;
}
Expand Down
2 changes: 1 addition & 1 deletion src/types/engines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface SearchOptions {
source?: string;
/**
* Limit number of tracks to search.
* Not supported when searching Spotify track. Due to Spotify limitations, only first 100 playlist tracks are searched.
* Not supported when searching single Spotify track. Due to Spotify limitations, only first 100 playlist tracks are searched.
*/
limit?: number;
}
Expand Down

0 comments on commit 3c4c2f2

Please sign in to comment.