Fix some tidal embeds not playing

This commit is contained in:
hzrd149 2024-09-13 09:47:23 -05:00
parent 8614cb6573
commit d4286ee831
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"nostrudel": patch
---
Fix some tidal embeds not playing

View File

@ -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>