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

Method updateSDSettings

frontend/src/api.js:3952–3954  ·  view source on GitHub ↗
(sourceId, settings)

Source from the content-addressed store, hash-verified

3950 }
3951
3952 static async updateSDSettings(sourceId, settings) {
3953 return API.updateEpgSourceSettings(sourceId, settings);
3954 }
3955
3956 static async searchSDLineups(sourceId, country, postalcode) {
3957 try {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected