diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-22 17:04:54 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-22 17:06:18 -0300 |
commit | d20cbfbb437816418a7cdcd77248f6c7a15d535c (patch) | |
tree | 4a773528451c2333c426a1bc8235a5f239b7613f /src/strings-default.yaml | |
parent | a5c631efacdfe0bf923608225a555b7fa6800e87 (diff) |
content: gCAOriginDetails: hide same artists with attachAbove
...and move the custom label into the source line instead, in that case.
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index ab49229c..503de24d 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -925,7 +925,11 @@ misc: artworkBy.customLabel.withYear: >- {LABEL} ({YEAR}) by {ARTISTS} - source: "Via {SOURCE}" + source: >- + Via {SOURCE} + + source.customLabel: >- + {LABEL} via {SOURCE} trackArtFromAlbum: "Album cover for {ALBUM}" |