From 780b44ba6629005d8a9f976bf7117163a65cf717 Mon Sep 17 00:00:00 2001 From: Florrie Date: Mon, 28 Oct 2019 18:56:48 -0300 Subject: Don't show text files adjacent to playables --- ui.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ui.js') diff --git a/ui.js b/ui.js index 60d9050..70ac1e8 100644 --- a/ui.js +++ b/ui.js @@ -16,6 +16,7 @@ const { countTotalTracks, flattenGrouplike, getCorrespondingFileForItem, + getCorrespondingPlayableForFile, getItemPath, getNameWithoutTrackNumber, isGroup, @@ -1671,6 +1672,10 @@ class GrouplikeListingElement extends Form { // Add the elements for all the actual items within this playlist. for (const item of this.grouplike.items) { + if (!isPlayable(item) && getCorrespondingPlayableForFile(item)) { + continue + } + const itemElement = new InteractiveGrouplikeItemElement(item, this.app) this.addEventListeners(itemElement) form.addInput(itemElement) -- cgit 1.3.0-6-gf8a5