Skip to content

Commit

Permalink
hide author/year/album in autoplay/jukebox on wii
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Feb 25, 2024
1 parent f2ec426 commit 78a3d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ark/track/mtv_overlay.dta
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
{if
{exists artist.lbl}
{if_else {modifier_mgr is_modifier_active mod_fakejuke}
{artist.lbl set_localized {sprint $artist_text ", " $year_text "\n" $album_text}}
{artist.lbl set_localized {sprint $artist_text #ifndef HX_WII ", " $year_text "\n" $album_text #endif}}
{if_else {modifier_mgr is_modifier_active mod_auto_play}
{artist.lbl set_localized {sprint $artist_text "\nAUTOPLAY " "\nAuthor: " $author_text}}
{artist.lbl set_localized {sprint $artist_text "\nAUTOPLAY " #ifndef HX_WII "\nAuthor: " $author_text #endif}}
{if_else {modifier_mgr is_modifier_active mod_songtitlestats}
{artist.lbl set_localized {sprint $artist_text ", " $year_text "\n" $album_text ", Track " $album_track_number_text "\nAuthor: " $author_text}}
{artist.lbl set_localized $artist_text}}}}}
Expand Down

0 comments on commit 78a3d4d

Please sign in to comment.