@neoskola/auto-play 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,6 +18,7 @@ class NowPlayingTemplate: AutoPlayTemplate {
18
18
  self.config = config
19
19
 
20
20
  template = CPNowPlayingTemplate.shared
21
+ initTemplate(template: template, id: config.id)
21
22
 
22
23
  setupNowPlayingButtons()
23
24
  updateNowPlayingInfo()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neoskola/auto-play",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Android Auto and Apple CarPlay for react-native",
5
5
  "main": "lib/index",
6
6
  "module": "lib/index",