(sourceId, settings)
| 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 { |
nothing calls this directly
no test coverage detected