page titles fixes + sockety url
sockety
This commit is contained in:
parent
30cbe009bc
commit
4643dbd767
4 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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--"
|
||||
}
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue