X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Fepisodes%2FMultiLink.js;h=2f737dd0c087d264d1d0294ba7e5dc4bcd4b892e;hb=4c5a82cb876e96c72c50e8bc12bd8a43a9afe847;hp=b66d2feff68c3e31ac5a95a797eb221e1d492cf9;hpb=4dc1bbd62acf0c18100f4276d26fc87be8968f28;p=alttp.git diff --git a/resources/js/components/episodes/MultiLink.js b/resources/js/components/episodes/MultiLink.js index b66d2fe..2f737dd 100644 --- a/resources/js/components/episodes/MultiLink.js +++ b/resources/js/components/episodes/MultiLink.js @@ -8,7 +8,7 @@ import { getStreamLink } from '../../helpers/Crew'; const MultiLink = ({ players }) => { const streams = players.map(getStreamLink); const names = streams.map(s => s.split('/').pop()); - const url = `https://multitwitch.tv/${names.join('/')}`; + const url = `https://multistre.am/${names.join('/')}`; return
; };