mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -91,12 +91,12 @@ function AppRoutes(props) {
|
||||
/>
|
||||
|
||||
<Route
|
||||
path="/artist/:foreignArtistId"
|
||||
path="/author/:titleSlug"
|
||||
component={ArtistDetailsPageConnector}
|
||||
/>
|
||||
|
||||
<Route
|
||||
path="/album/:foreignAlbumId"
|
||||
path="/book/:titleSlug"
|
||||
component={AlbumDetailsPageConnector}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user