mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-10-09 20:33:03 +02:00
Fix some tidal embeds not playing
This commit is contained in:
5
.changeset/cuddly-geese-suffer.md
Normal file
5
.changeset/cuddly-geese-suffer.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"nostrudel": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix some tidal embeds not playing
|
@@ -99,6 +99,7 @@ export function renderTidalUrl(match: URL) {
|
|||||||
width="100%"
|
width="100%"
|
||||||
height={isList ? 400 : 96}
|
height={isList ? 400 : 96}
|
||||||
title={isList ? "Tidal List Embed" : "Tidal Embed"}
|
title={isList ? "Tidal List Embed" : "Tidal Embed"}
|
||||||
|
allow="encrypted-media *;"
|
||||||
style={setZIndex}
|
style={setZIndex}
|
||||||
></iframe>
|
></iframe>
|
||||||
</ExpandableEmbed>
|
</ExpandableEmbed>
|
||||||
|
Reference in New Issue
Block a user