From 46d936a5485d69551a3c30c5d9a1400f7fa3cd42 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 4 Jul 2026 13:19:47 -0300 Subject: data: Album.hideTracKSectionDurations, TrackSection.hideDuration --- src/data/things/album/Album.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/data/things/album/Album.js') diff --git a/src/data/things/album/Album.js b/src/data/things/album/Album.js index 5da54419..54b7ef2d 100644 --- a/src/data/things/album/Album.js +++ b/src/data/things/album/Album.js @@ -328,6 +328,14 @@ export class Album extends Thing { }, ], + hideTrackSectionDurations: [ + exposeUpdateValueOrContinue({ + validate: input.value(isBoolean), + }), + + exposeDependency('hideDuration'), + ], + // > Update & expose - General metadata color: color(), @@ -860,6 +868,7 @@ export class Album extends Thing { 'Show Section In Nav Bar': {property: 'showTrackSectionInNavBar'}, 'Show Artists In Track List': {property: 'showArtistsInTrackList'}, 'Hide Duration': {property: 'hideDuration'}, + 'Hide Track Section Durations': {property: 'hideTrackSectionDurations'}, // General metadata -- cgit 1.3.0-6-gf8a5