Fix 'bighits' vs 'big_hits'

## Issue
- #6840 Clean up https://odysee.com/$/big_hits
- `/big_hits` is being indexed and unnecessarily affecting the speed score (the "not found" page is surprisingly slow; will handle separately)
- Big-Hits metadata not working

## Notes
'big_hits' is only used in v1 homepages.
This commit is contained in:
infinite-persistence 2021-08-25 22:45:12 +08:00
parent 8eb61e1aca
commit 80f06c1a9a
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -7,7 +7,7 @@ exports.AUTH_WALLET_PASSWORD = 'walletpassword';
exports.BACKUP = 'backup'; exports.BACKUP = 'backup';
exports.CHANNEL = 'channel'; exports.CHANNEL = 'channel';
exports.DISCOVER = 'discover'; exports.DISCOVER = 'discover';
exports.BIG_HITS = 'big_hits'; exports.BIG_HITS = 'bighits';
exports.MOVIES = 'movies'; exports.MOVIES = 'movies';
exports.MUSIC = 'music'; exports.MUSIC = 'music';
exports.COMMUNITY = 'community'; exports.COMMUNITY = 'community';