+1
-4
src/lib/strings/embed-player.ts
+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',