mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
[web] Fix name of pages
This commit is contained in:
@@ -97,7 +97,7 @@ const dataObject = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'PageAlbum',
|
name: 'PageAlbumSpotify',
|
||||||
components: {
|
components: {
|
||||||
ContentWithHero,
|
ContentWithHero,
|
||||||
CoverArtwork,
|
CoverArtwork,
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ const dataObject = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'SpotifyPageArtist',
|
name: 'PageArtistSpotify',
|
||||||
components: {
|
components: {
|
||||||
ContentWithHeading,
|
ContentWithHeading,
|
||||||
CoverArtwork,
|
CoverArtwork,
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ const dataObject = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'PageAudiobookGenres',
|
name: 'PageAudiobooksGenres',
|
||||||
components: {
|
components: {
|
||||||
ContentWithHeading,
|
ContentWithHeading,
|
||||||
IndexButtonList,
|
IndexButtonList,
|
||||||
|
|||||||
Reference in New Issue
Block a user