fix: change Icon Patch (#211)

This commit is contained in:
retardgerman
2024-10-30 10:51:07 +01:00
committed by GitHub
parent 786f91ab4d
commit 341a0f21d7

View File

@@ -136,7 +136,7 @@ export const PlaySettingsProvider: React.FC<{ children: React.ReactNode }> = ({
AppStoreUrl: "https://apps.apple.com/us/app/streamyfin/id6593660679",
DeviceProfile: deviceProfile,
IconUrl:
"https://raw.githubusercontent.com/retardgerman/streamyfinweb/refs/heads/redesign/public/assets/images/icon_new_withoutBackground.png",
"https://raw.githubusercontent.com/retardgerman/streamyfinweb/refs/heads/main/public/assets/images/icon_new_withoutBackground.png",
PlayableMediaTypes: ["Audio", "Video"],
SupportedCommands: ["Play"],
SupportsMediaControl: true,