feat: pass item id as as content id to google cast

This commit is contained in:
tom-heidenreich
2025-01-21 13:18:27 +01:00
committed by Uruk
parent c2391ba113
commit 962b2d1461

View File

@@ -143,6 +143,7 @@ export const PlayButton: React.FC<Props> = ({
client client
.loadMedia({ .loadMedia({
mediaInfo: { mediaInfo: {
contentId: item.Id,
contentUrl: data?.url, contentUrl: data?.url,
contentType: "video/mp4", contentType: "video/mp4",
metadata: metadata: