page titles fixes + sockety url

sockety
This commit is contained in:
Thomas Zarebczan 2022-04-06 12:14:13 -04:00
parent 30cbe009bc
commit 4643dbd767
No known key found for this signature in database
GPG key ID: 767B41E1BB7346F2
4 changed files with 4 additions and 1 deletions

View file

@ -14,7 +14,7 @@ LBRY_WEB_BUFFER_API=https://collector-service.api.lbry.tv/api/v1/events/video
COMMENT_SERVER_API=https://comments.odysee.tv/api/v2
SEARCH_SERVER_API_ALT=https://recsys.odysee.tv/search
SEARCH_SERVER_API=https://lighthouse.odysee.tv/search
SOCKETY_SERVER_API=wss://sockety.odysee.com/ws
SOCKETY_SERVER_API=wss://sockety.odysee.tv/ws
RECSYS_ENDPOINT=https://recsys.odysee.tv/v1/lvv
RECSYS_FYP_ENDPOINT=https://recsys.odysee.tv/v1/u
# IMAGE_PROXY_URL=https://boost.vanwanet.com/index.php

View file

@ -2233,5 +2233,6 @@
"This account has livestreaming disabled, please reach out to hello@odysee.com for assistance.": "This account has livestreaming disabled, please reach out to hello@odysee.com for assistance.",
"Attach images by pasting or drag-and-drop.": "Attach images by pasting or drag-and-drop.",
"There was a network error, but the publish may have been completed. Wait a few minutes, then check your Uploads or Wallet page to confirm.": "There was a network error, but the publish may have been completed. Wait a few minutes, then check your Uploads or Wallet page to confirm.",
"Sports": "Sports",
"--end--": "--end--"
}

View file

@ -16,6 +16,7 @@ export const PAGE_TITLE = {
[PAGES.FINANCE]: 'Finance 2.0',
[PAGES.GAMING]: 'Gaming',
[PAGES.GENERAL]: 'Cheese',
[PAGES.SPORTS]: 'Sports',
[PAGES.LAB]: 'Lab',
[PAGES.MOVIES]: 'Movies',
[PAGES.MUSIC]: 'Music',

View file

@ -8,6 +8,7 @@ exports.BACKUP = 'backup';
exports.CHANNEL = 'channel';
exports.DISCOVER = 'discover';
exports.ARTISTS = 'artists';
exports.SPORTS = 'sports';
exports.BIG_HITS = 'bighits';
exports.CREATIVE_ARTS = 'arts';
exports.MOVIES = 'movies';