Julian's updates

This commit is contained in:
Thomas Zarebczan 2021-04-13 13:31:35 -04:00
parent 368e446400
commit cc7bc002c1
No known key found for this signature in database
GPG key ID: D505010BDB4364BC

View file

@ -1,66 +1,66 @@
// const PAGES = require('../../ui/constants/pages'); const PAGES = require('../../ui/constants/pages');
// Uncomment as you add metadata // Uncomment as you add metadata
module.exports.CATEGORY_METADATA = { module.exports.CATEGORY_METADATA = {
// [PAGES.BIG_HITS]: { [PAGES.BIG_HITS]: {
// title: 'Big Hits', title: 'Big Hits',
// description: 'Animation, pop culture, comedy, and all the other weird on Odysee', description: 'Animation, pop culture, comedy, and all the other weird on Odysee',
// image: '', image: '',
// }, },
// [PAGES.COMMUNITY]: { [PAGES.COMMUNITY]: {
// title: 'The Universe', title: 'The Universe',
// description: 'Podcasts, life, learning, and everything else on Odysee', description: 'Podcasts, life, learning, and everything else on Odysee',
// image: '', image: '',
// }, },
// [PAGES.ENLIGHTENMENT]: { // [PAGES.ENLIGHTENMENT]: {
// title: '', // title: '',
// description: '', // description: '',
// image: '', // image: '',
// }, // },
// [PAGES.FINANCE]: { [PAGES.FINANCE]: {
// title: 'Finance 2.0', title: 'Finance 2.0',
// description: 'Crypto, Money, Economics, Markets on Odysee ', description: 'Crypto, Money, Economics, Markets on Odysee ',
// image: '', image: '',
// }, },
// [PAGES.GAMING]: { [PAGES.GAMING]: {
// title: 'Gaming', title: 'Gaming',
// description: 'Pew pew bzzz gaming on Odysee', description: 'Pew pew bzzz gaming on Odysee',
// image: '', image: '',
// }, },
// [PAGES.GENERAL]: { // [PAGES.GENERAL]: {
// title: '', // title: '',
// description: '', // description: '',
// image: '', // image: '',
// }, // },
// [PAGES.LAB]: { [PAGES.LAB]: {
// title: 'Lab', title: 'Lab',
// description: 'Science - the real kind, on Odysee', description: 'Science - the real kind, on Odysee',
// image: '', image: '',
// }, },
// [PAGES.NEWS]: { [PAGES.NEWS]: {
// title: 'News & Politics', title: 'News & Politics',
// description: 'Stay up to date with all that's happening around the world on Odysee', description: `Stay up to date with all that's happening around the world on Odysee`,
// image: '', image: '',
// }, },
// [PAGES.RABBIT_HOLE]: { [PAGES.RABBIT_HOLE]: {
// title: '', title: '',
// description: '', description: '',
// image: '', image: '',
// }, },
// [PAGES.SCIENCE]: { // [PAGES.SCIENCE]: {
// title: '', // title: '',
// description: '', // description: '',
// image: '', // image: '',
// }, // },
// [PAGES.TECHNOLOGY]: { [PAGES.TECHNOLOGY]: {
// title: 'Tech', title: 'Tech',
// description: 'Hardware, software, startups, photography on Odysee', description: 'Hardware, software, startups, photography on Odysee',
// image: '', image: '',
// }, },
// [PAGES.WILD_WEST]: { [PAGES.WILD_WEST]: {
// title: 'Wild West', title: 'Wild West',
// description: 'Boosted by user credits, this is what the community promotes on Odysee', description: 'Boosted by user credits, this is what the community promotes on Odysee',
// image: '', image: '',
// }, },
}; };