add Lyrics
This commit is contained in:
@@ -13,6 +13,12 @@ export const LEGACY_USER_ROUTES: LegacyRoute[] = [
|
||||
controller: 'list',
|
||||
view: 'list.html'
|
||||
}
|
||||
}, {
|
||||
path: 'lyrics',
|
||||
pageProps: {
|
||||
controller: 'lyrics',
|
||||
view: 'lyrics.html'
|
||||
}
|
||||
}, {
|
||||
path: 'mypreferencesmenu.html',
|
||||
pageProps: {
|
||||
|
||||
@@ -19,6 +19,12 @@ export const LEGACY_USER_ROUTES: LegacyRoute[] = [
|
||||
controller: 'livetv/livetvsuggested',
|
||||
view: 'livetv.html'
|
||||
}
|
||||
}, {
|
||||
path: 'lyrics',
|
||||
pageProps: {
|
||||
controller: 'lyrics',
|
||||
view: 'lyrics.html'
|
||||
}
|
||||
}, {
|
||||
path: 'music.html',
|
||||
pageProps: {
|
||||
|
||||
Reference in New Issue
Block a user