Playback history

This commit is contained in:
James Barnsley
2017-02-10 09:06:41 +13:00
parent 8c99d219eb
commit 5ac503bb3a
10 changed files with 353 additions and 185 deletions

View File

@ -18,6 +18,7 @@ import Artist from './views/Artist'
import Playlist from './views/Playlist'
import User from './views/User'
import Queue from './views/Queue'
import QueueHistory from './views/QueueHistory'
import Settings from './views/Settings'
import Debug from './views/Debug'
import Search from './views/Search'
@ -54,6 +55,7 @@ ReactDOM.render(
<IndexRoute component={Queue} />
<Route path="queue" component={Queue} />
<Route path="queue-history" component={QueueHistory} />
<Route path="settings" component={Settings} />
<Route path="debug" component={Debug} />