don't put pnm services into webtv servicelist (its just confusing)

This commit is contained in:
zefie
2026-04-22 12:25:21 -04:00
parent 261e177841
commit 209f3ccf6a

View File

@@ -158,6 +158,11 @@ function configureService(service_name, service_obj, initial = false) {
else ports.push(service_obj.port);
}
// Exclude PNM services
if (service_obj.protocol_handler === 'pnm') {
return true;
}
// minisrv_config service toString
service_obj.toString = function (overrides) {
const self = Object.assign({}, this);