mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add AirPlay and Chromecast support (#2872)
* dynamically load cast_sender.js * add https://www.gstatic.com to connectableOrigins * Add toggle for chromecast
This commit is contained in:
@@ -272,6 +272,12 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
</SettingSection>
|
||||
|
||||
<SettingSection headingID="config.ui.scene_player.heading">
|
||||
<BooleanSetting
|
||||
id="enable-chromecast"
|
||||
headingID="config.ui.scene_player.options.enable_chromecast"
|
||||
checked={ui.enableChromecast ?? undefined}
|
||||
onChange={(v) => saveUI({ enableChromecast: v })}
|
||||
/>
|
||||
<BooleanSetting
|
||||
id="show-scrubber"
|
||||
headingID="config.ui.scene_player.options.show_scrubber"
|
||||
|
||||
Reference in New Issue
Block a user