Change clickstream endpoint

It seems like `clickstream` is blocked by brave's sheilds.
This commit is contained in:
jbn 2021-11-30 14:28:13 -05:00
parent bfccca9aaf
commit a7b991efb1

View file

@ -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) => {