mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-06 09:01:54 +01:00
wip
This commit is contained in:
@@ -126,10 +126,6 @@ export const useRemuxHlsToMp4 = (item: BaseItemDto) => {
|
||||
const cancelRemuxing = useCallback(() => {
|
||||
FFmpegKit.cancel();
|
||||
clearProcess();
|
||||
writeToLog(
|
||||
"INFO",
|
||||
`useRemuxHlsToMp4 ~ remuxing cancelled for item: ${item.Name}`
|
||||
);
|
||||
}, [item.Name, clearProcess]);
|
||||
|
||||
return { startRemuxing, cancelRemuxing };
|
||||
|
||||
Reference in New Issue
Block a user