Browsing from root level

This commit is contained in:
James Barnsley
2017-07-07 09:59:16 +12:00
parent aac09d6ac3
commit 7e525eac5f
4 changed files with 196 additions and 59 deletions

View File

@ -80,9 +80,9 @@ class Sidebar extends React.Component{
<Icon name="music" />
Tracks
</Link>
<Link className={this.linkClassName('library/local')} to={global.baseURL+"library/local"}>
<Link className={this.linkClassName('library/local')} to={global.baseURL+"library/browse"}>
<Icon name="folder" />
Local
Browse
</Link>
</section>