mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-29 04:52:59 +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%"
|
||||
height={isList ? 400 : 96}
|
||||
title={isList ? "Tidal List Embed" : "Tidal Embed"}
|
||||
allow="encrypted-media *;"
|
||||
style={setZIndex}
|
||||
></iframe>
|
||||
</ExpandableEmbed>
|
||||
|
Reference in New Issue
Block a user