diff options
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', |