@@ -73,7 +73,7 @@ SPOCApiPlay >> endpointMethod [
73
73
74
74
{
75
75
#category : #' api-call' ,
76
- #' squeak_changestamp' : ' TL 7/11/2024 16:51 '
76
+ #' squeak_changestamp' : ' TL 7/11/2024 19:14 '
77
77
}
78
78
SPOCApiPlay >> executeRequest: request withParams: aParamDictionary [
79
79
@@ -83,7 +83,8 @@ SPOCApiPlay >> executeRequest: request withParams: aParamDictionary [
83
83
(aParamDictionary size = 2 )
84
84
ifTrue: [data := self buildDataWithTrack: (aParamDictionary at: #uris )]
85
85
ifFalse: [(aParamDictionary includesKey: #context_uri )
86
- ifTrue: [data := self buildDataWithContext: (aParamDictionary at: #context_uri ) andTrack: (aParamDictionary at: #uris )]].
86
+ ifTrue: [data := self buildDataWithContext: (aParamDictionary at: #context_uri )
87
+ andTrack: (aParamDictionary at: #uris )]].
87
88
request headerAt: ' Content-Length' put: data size.
88
89
(data isEmpty)
89
90
ifTrue: [^ self client sendRequest: request]
@@ -112,7 +113,7 @@ SPOCApiPlay >> playTrack: aString on: aDevice [
112
113
]
113
114
114
115
{
115
- #category : #parameters ,
116
+ #category : #' api-call ' ,
116
117
#' squeak_changestamp' : ' MH 7/7/2024 15:26'
117
118
}
118
119
SPOCApiPlay >> playTrack: aString withAlbum: anotherString on: aDevice [
@@ -124,7 +125,7 @@ SPOCApiPlay >> playTrack: aString withAlbum: anotherString on: aDevice [
124
125
]
125
126
126
127
{
127
- #category : #parameters ,
128
+ #category : #' api-call ' ,
128
129
#' squeak_changestamp' : ' MH 7/7/2024 15:27'
129
130
}
130
131
SPOCApiPlay >> playTrack: aString withPlaylist: anotherString on: aDevice [
@@ -136,7 +137,7 @@ SPOCApiPlay >> playTrack: aString withPlaylist: anotherString on: aDevice [
136
137
]
137
138
138
139
{
139
- #category : #parameters ,
140
+ #category : #response ,
140
141
#' squeak_changestamp' : ' VE 7/9/2024 11:51'
141
142
}
142
143
SPOCApiPlay >> tinkerReponseContent: aContentStream [
0 commit comments