You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/commonMain/kotlin/com.adamratzman.spotify/endpoints/pub/ShowApi.kt
+1-2
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,7 @@ public open class ShowApi(api: GenericSpotifyApi) : SpotifyEndpoint(api) {
63
63
* Note: If neither market or user country are provided, the content is considered unavailable for the client.
64
64
* Users can view the country that is associated with their account in the account settings. Required for [SpotifyAppApi], but **you may use [Market.FROM_TOKEN] to get the user market**
65
65
*
66
-
* @return List of possibly-null [SimpleShow] objects.
67
-
* @throws BadRequestException If any invalid show id is provided
66
+
* @return List of possibly-null [SimpleShow] objects, if the show was not found or invalid ids were provided.
0 commit comments