deer social fork for personal usage. but you might see a use idk. github mirror

streamplace slight fix

aylac.top 876f62b6 1473df86

verified
Changed files
+1 -4
src
lib
strings
+1 -4
src/lib/strings/embed-player.ts
··· 458 458 if (urlp.hostname === 'stream.place') { 459 459 const [_, page] = urlp.pathname.split('/') 460 460 461 - if ( 462 - (page === 'Stream' && (urlp.searchParams.get('user') as string)) || 463 - page.includes('.') 464 - ) { 461 + if (page.includes('.')) { 465 462 return { 466 463 type: 'streamplace_video', 467 464 source: 'streamplace',