File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 63
63
"contributions" : [
64
64
" code"
65
65
]
66
+ },
67
+ {
68
+ "login" : " uptotec" ,
69
+ "name" : " Mahmoud Ashraf Mahmoud" ,
70
+ "avatar_url" : " https://avatars.githubusercontent.com/u/38630967?v=4" ,
71
+ "profile" : " https://github.com/uptotec" ,
72
+ "contributions" : [
73
+ " code"
74
+ ]
75
+ },
76
+ {
77
+ "login" : " srfaytkn" ,
78
+ "name" : " Şerafettin Aytekin" ,
79
+ "avatar_url" : " https://avatars.githubusercontent.com/u/19591219?v=4" ,
80
+ "profile" : " https://linkedin.com/in/serafettinaytekin" ,
81
+ "contributions" : [
82
+ " code"
83
+ ]
84
+ },
85
+ {
86
+ "login" : " reteps" ,
87
+ "name" : " Peter Stenger" ,
88
+ "avatar_url" : " https://avatars.githubusercontent.com/u/13869303?v=4" ,
89
+ "profile" : " http://reteps.github.io" ,
90
+ "contributions" : [
91
+ " code"
92
+ ]
66
93
}
67
94
],
68
95
"contributorsPerLine" : 7
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Fixed
11
+
12
+ - nil context title crash on iOS [ #133 ] ( https://github.com/cjam/react-native-spotify-remote/pull/133 ) (thanks @srfaytkn !)
13
+ - getPlayerState 'Map already consumed' error [ #133 ] ( https://github.com/cjam/react-native-spotify-remote/pull/133 ) (thanks @srfaytkn !)
14
+
10
15
## [ 0.3.7] - 2021-04-19
11
16
12
17
### Fixed
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ Please do not open issues about getting the module to work unless you have tried
255
255
Big thanks to [ @lufinkey ] ( https://github.com/lufinkey ) and all of the great work that he has done in the [ react-native-spotify] ( https://github.com/lufinkey/react-native-spotify ) repo which was the original source of inspiration and some useful patterns for this package.
256
256
257
257
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
258
- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-6 -orange.svg?style=flat-square )] ( #contributors- )
258
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-9 -orange.svg?style=flat-square )] ( #contributors- )
259
259
<!-- ALL-CONTRIBUTORS-BADGE:END -->
260
260
261
261
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
@@ -269,6 +269,11 @@ Big thanks to [@lufinkey](https://github.com/lufinkey) and all of the great work
269
269
<td align="center"><a href="https://djwillcaine.com"><img src="https://avatars3.githubusercontent.com/u/5376687?v=4" width="100px;" alt=""/><br /><sub><b>Will Caine</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=djwillcaine" title="Code">💻</a></td>
270
270
<td align="center"><a href="http://www.estuderevisapp.com/"><img src="https://avatars0.githubusercontent.com/u/7197169?v=4" width="100px;" alt=""/><br /><sub><b>Everaldo Rosa de Souza Junior</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=juniorklawa" title="Code">💻</a></td>
271
271
<td align="center"><a href="http://www.cankalya.com"><img src="https://avatars.githubusercontent.com/u/33005883?v=4" width="100px;" alt=""/><br /><sub><b>İbrahim Can KALYA</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=IbrahimCanKALYA" title="Code">💻</a></td>
272
+ <td align="center"><a href="https://github.com/uptotec"><img src="https://avatars.githubusercontent.com/u/38630967?v=4" width="100px;" alt=""/><br /><sub><b>Mahmoud Ashraf Mahmoud</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=uptotec" title="Code">💻</a></td>
273
+ </tr >
274
+ <tr >
275
+ <td align="center"><a href="https://linkedin.com/in/serafettinaytekin"><img src="https://avatars.githubusercontent.com/u/19591219?v=4" width="100px;" alt=""/><br /><sub><b>Şerafettin Aytekin</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=srfaytkn" title="Code">💻</a></td>
276
+ <td align="center"><a href="http://reteps.github.io"><img src="https://avatars.githubusercontent.com/u/13869303?v=4" width="100px;" alt=""/><br /><sub><b>Peter Stenger</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=reteps" title="Code">💻</a></td>
272
277
</tr >
273
278
</table>
274
279
You can’t perform that action at this time.
0 commit comments