mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Added marker / scene audio interface option
This commit is contained in:
@@ -23,7 +23,7 @@ interface ISceneCardProps {
|
||||
|
||||
export const SceneCard: FunctionComponent<ISceneCardProps> = (props: ISceneCardProps) => {
|
||||
const [previewPath, setPreviewPath] = useState<string | undefined>(undefined);
|
||||
const videoHoverHook = VideoHoverHook.useVideoHover();
|
||||
const videoHoverHook = VideoHoverHook.useVideoHover({resetOnMouseLeave: false});
|
||||
|
||||
function maybeRenderRatingBanner() {
|
||||
if (!props.scene.rating) { return; }
|
||||
|
||||
Reference in New Issue
Block a user