1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #4733 from robert-hamilton36/LyricsSupport

Add Lyric support
This commit is contained in:
Bill Thornton 2024-04-21 14:29:28 -04:00 committed by GitHub
commit 3f967f70f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 456 additions and 7 deletions

View file

@ -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: {

View file

@ -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: {