Video extensions are play not open
Some checks are pending
Tests / tests (push) Waiting to run

This commit is contained in:
Dustin Brett 2025-03-01 20:30:39 -08:00
parent 6679399da6
commit d3f441fee1

View File

@ -680,7 +680,7 @@ const useFileContextMenu = (
}
},
icon: pidIcon,
label: "Open",
label: VIDEO_FILE_EXTENSIONS.has(urlExtension) ? "Play" : "Open",
primary: true,
});
}