(
context: Track[],
options: DiscoveryOptions,
providerId?: string,
)
| 18 | } |
| 19 | |
| 20 | getRecommendations( |
| 21 | context: Track[], |
| 22 | options: DiscoveryOptions, |
| 23 | providerId?: string, |
| 24 | ): Promise<Track[]> { |
| 25 | return this.#withHost((host) => |
| 26 | host.getRecommendations(context, options, providerId), |
| 27 | ); |
| 28 | } |
| 29 | } |
no test coverage detected