diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-16 12:30:06 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-16 12:30:06 -0300 |
commit | d005f9f543d44670f88b831a55b695b515e81454 (patch) | |
tree | 4c985d3dd0b9b9784fd16666d9beced6c7f2df8f /src/content/dependencies | |
parent | 743c70043fb14c6b0a6a434803de0e6562f834e0 (diff) |
content, client: yeet some unused lyrics code
Diffstat (limited to 'src/content/dependencies')
-rw-r--r-- | src/content/dependencies/generateTrackInfoPage.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/content/dependencies/generateTrackInfoPage.js b/src/content/dependencies/generateTrackInfoPage.js index ca6f82b9..11d179ad 100644 --- a/src/content/dependencies/generateTrackInfoPage.js +++ b/src/content/dependencies/generateTrackInfoPage.js @@ -311,18 +311,6 @@ export default { relations.lyricsSection, - // html.tags([ - // relations.contentHeading.clone() - // .slots({ - // attributes: {id: 'lyrics'}, - // title: language.$('releaseInfo.lyrics'), - // }), - - // html.tag('blockquote', - // {[html.onlyIfContent]: true}, - // relations.lyrics.slot('mode', 'lyrics')), - // ]), - html.tags([ relations.contentHeading.clone() .slots({ |