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

Function updateChannel

frontend/src/utils/forms/ChannelUtils.js:37–39  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

35 return API.setChannelEPG(channel.id, values.epg_data_id);
36};
37const updateChannel = (values) => {
38 return API.updateChannel(values);
39};
40export const addChannel = (channel) => {
41 return API.addChannel(channel);
42};

Callers 1

handleEpgUpdateFunction · 0.85

Calls 1

updateChannelMethod · 0.80

Tested by

no test coverage detected