Skip to content

Commit

Permalink
Minor formatting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Jul 17, 2018
1 parent e4515bf commit ca269eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Api/EntityParser.Spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('EntityParser', () => {

'albumRelease': 'ALBUM_RELEASE',
'userDetails': 'TRACK_USER_DETAIL',
'details': 'TRACK_DETAIL',
'details': 'TRACK_DETAIL'
}
},
{
Expand Down
1 change: 1 addition & 0 deletions Shim/Shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default class Shim {
// Wait for player to load
awaitPlayer().then((player) => {
this._player = player;

// Emit initial state
this._emit('player.state', player.getPlayerState());

Expand Down

0 comments on commit ca269eb

Please sign in to comment.