Search settings; Search action now uiAction
This commit is contained in:
@ -60,8 +60,7 @@ ReactDOM.render(
|
||||
<Route path="settings" component={Settings} />
|
||||
<Route path="debug" component={Debug} />
|
||||
|
||||
<Route path="search/:query" component={Search} />
|
||||
<Route path="search/:query/:source/:type" component={Search} />
|
||||
<Route path="search/:type/:query" component={Search} />
|
||||
<Route path="album/:uri" component={Album} />
|
||||
<Route path="artist/:uri" component={Artist} />
|
||||
<Route path="playlist/:uri" component={Playlist} />
|
||||
|
||||
Reference in New Issue
Block a user