mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-26 17:52:18 +01:00
Fix some tidal embeds not playing
This commit is contained in:
parent
8614cb6573
commit
d4286ee831
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user