mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
don't transform artist/album for fullscreen player
This commit is contained in:
@@ -278,7 +278,6 @@ export const FullScreenPlayerImage = () => {
|
|||||||
to={generatePath(AppRoute.LIBRARY_ALBUMS_DETAIL, {
|
to={generatePath(AppRoute.LIBRARY_ALBUMS_DETAIL, {
|
||||||
albumId: currentSong?.albumId || '',
|
albumId: currentSong?.albumId || '',
|
||||||
})}
|
})}
|
||||||
transform="uppercase"
|
|
||||||
w="100%"
|
w="100%"
|
||||||
weight={600}
|
weight={600}
|
||||||
>
|
>
|
||||||
@@ -292,7 +291,6 @@ export const FullScreenPlayerImage = () => {
|
|||||||
style={{
|
style={{
|
||||||
textShadow: 'var(--fullscreen-player-text-shadow)',
|
textShadow: 'var(--fullscreen-player-text-shadow)',
|
||||||
}}
|
}}
|
||||||
transform="uppercase"
|
|
||||||
>
|
>
|
||||||
{index > 0 && (
|
{index > 0 && (
|
||||||
<Text
|
<Text
|
||||||
@@ -313,7 +311,6 @@ export const FullScreenPlayerImage = () => {
|
|||||||
to={generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL, {
|
to={generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL, {
|
||||||
albumArtistId: artist.id,
|
albumArtistId: artist.id,
|
||||||
})}
|
})}
|
||||||
transform="uppercase"
|
|
||||||
weight={600}
|
weight={600}
|
||||||
>
|
>
|
||||||
{artist.name}
|
{artist.name}
|
||||||
|
|||||||
Reference in New Issue
Block a user