Change clickstream endpoint
It seems like `clickstream` is blocked by brave's sheilds.
This commit is contained in:
parent
bfccca9aaf
commit
a7b991efb1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { selectPlayingUri, selectPrimaryUri } from 'redux/selectors/content';
|
|||
import { selectClientSetting, selectDaemonSettings } from 'redux/selectors/settings';
|
||||
import { history } from 'ui/store';
|
||||
|
||||
const recsysEndpoint = 'https://clickstream.odysee.com/log/video/view';
|
||||
const recsysEndpoint = 'https://recsys.odysee.com/log/video/view';
|
||||
const recsysId = 'lighthouse-v0';
|
||||
|
||||
const getClaimIdsFromUris = (uris) => {
|
||||
|
|
Loading…
Reference in a new issue