diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-13 21:35:05 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:27 -0400 |
commit | fdeb58f2515542c0528ddeaabfbab1b2a895d3d9 (patch) | |
tree | cd14d729675a4bd87b3aeea47c8ba7c20114d899 /src/listing-spec.js | |
parent | 3686bdacef66d9bc911b6ad02fdee18cb15ecf56 (diff) |
content: listArtTagNetwork
Diffstat (limited to 'src/listing-spec.js')
-rw-r--r-- | src/listing-spec.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/listing-spec.js b/src/listing-spec.js index 024700ea..142c5976 100644 --- a/src/listing-spec.js +++ b/src/listing-spec.js @@ -209,6 +209,13 @@ listingSpec.push({ }); listingSpec.push({ + directory: 'tags/network', + stringsKey: 'listArtTags.network', + contentFunction: 'listArtTagNetwork', + featureFlag: 'enableArtTagUI', +}); + +listingSpec.push({ directory: 'all-sheet-music-files', stringsKey: 'other.allSheetMusic', contentFunction: 'listAllSheetMusicFiles', |