mirror of
https://github.com/stashapp/stash.git
synced 2026-02-08 08:21:32 +01:00
modded-3
This commit is contained in:
parent
6cdb4c6e3b
commit
44eb6447f9
2 changed files with 3 additions and 3 deletions
|
|
@ -55,8 +55,8 @@ export const ExternalPlayerButton: React.FC<IExternalPlayerButtonProps> = ({
|
|||
url = streamURL
|
||||
.toString()
|
||||
.replace(new RegExp(`^${streamURL.protocol}`), "vlc-x-callback:");
|
||||
} else if (showOpenExternal) { // Added by Philip
|
||||
url = stream + "/org/" + encodeURIComponent(fileName); // like http://192.168.1.10:9999/scene/123/stream/org/file.mp4
|
||||
} else if (showOpenExternal) {
|
||||
url = stream + "/org/" + encodeURIComponent(fileName);
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -782,7 +782,7 @@
|
|||
"disable_mobile_media_auto_rotate": "Disable auto-rotate of fullscreen media on Mobile",
|
||||
"enable_chromecast": "Enable Chromecast",
|
||||
"show_ab_loop_controls": "Show AB Loop plugin controls",
|
||||
"show_open_original": "Show Open Original button in scene details",
|
||||
"show_open_external": "Show 'Open In External Player' button",
|
||||
"show_scrubber": "Show Scrubber",
|
||||
"show_range_markers": "Show Range Markers",
|
||||
"track_activity": "Enable Scene Play history",
|
||||
|
|
|
|||
Loading…
Reference in a new issue