MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / updateRecording

Function updateRecording

frontend/src/utils/forms/RecordingUtils.js:50–52  ·  view source on GitHub ↗
(id, data)

Source from the content-addressed store, hash-verified

48 return API.getChannelsSummary();
49};
50export const updateRecording = (id, data) => {
51 return API.updateRecording(id, data);
52};
53export const createRecording = (data) => {
54 return API.createRecording(data);
55};

Callers 2

handleSingleSubmitFunction · 0.90

Calls 1

updateRecordingMethod · 0.80

Tested by

no test coverage detected