diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-02-06 14:23:28 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-02-06 14:23:28 -0400 |
commit | b3fa3971241c06c3f7f9d970a1304e5d4acc7f41 (patch) | |
tree | 094534575708c15a57234087dd7d8a8ec0f12554 /common | |
parent | 0f5721ccae35840e0ceed0be4c6e881c3a9911c4 (diff) |
individual album commentary pages
Diffstat (limited to 'common')
-rw-r--r-- | common/common.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/common.js b/common/common.js index d27abaa6..92dca106 100644 --- a/common/common.js +++ b/common/common.js @@ -69,6 +69,7 @@ const C = { FLASH_DIRECTORY: 'flash', NEWS_DIRECTORY: 'news', GROUP_DIRECTORY: 'group', + COMMENTARY_DIRECTORY: 'commentary', JS_DISABLED_DIRECTORY: 'js-disabled', UNRELEASED_TRACKS_DIRECTORY: 'unreleased-tracks', |