Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
(fix) Restore current track playback indicator.
Browse files Browse the repository at this point in the history
  • Loading branch information
moonwave99 committed Mar 7, 2017
1 parent 4c9b400 commit dceb328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class Main extends Component {
const openPlaylists = this.state.openPlaylists.map(playlist => (
<Tabs.Panel title={playlist.title} key={playlist.id}>
<Playlist
currentTrack={this.state.currentTrack}
currentTrack={this.state.playerState.currentTrack}
playlist={playlist}
isSidebarOpen={this.state.sidebar.isOpen}
baseFontSize={baseFontSize}
Expand Down

0 comments on commit dceb328

Please sign in to comment.