FIX recsys endpoint fix (#393)

This commit is contained in:
John B Nelson 2021-11-30 16:35:04 -08:00 committed by GitHub
parent 1e071550ae
commit fcb70c8e8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ import { selectPlayingUri, selectPrimaryUri } from 'redux/selectors/content';
import { selectClientSetting, selectDaemonSettings } from 'redux/selectors/settings'; import { selectClientSetting, selectDaemonSettings } from 'redux/selectors/settings';
import { history } from 'ui/store'; 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 recsysId = 'lighthouse-v0';
const getClaimIdsFromUris = (uris) => { const getClaimIdsFromUris = (uris) => {