undo shit from eariler

This commit is contained in:
zefie
2025-08-14 22:01:33 -04:00
parent bc1f6ab2cb
commit 3f6ab62f17

View File

@@ -111,7 +111,7 @@ class WTVNews {
reject(e);
});
} else {
this.client.listNewsgroups(search).then((data) => {
this.client.listNewsgroups((search === '*') ? '*' : '*' + search + '*').then((data) => {
resolve(this.processGroupList(data));
}).catch((e) => {
console.error(" * WTVNews Error:", "Command: listGroups (search)", search, e);