Remove schedulers from SD.Next

This commit is contained in:
Cohee
2024-05-30 22:42:21 +03:00
parent 886f5adce7
commit 7af27bb6a9
2 changed files with 2 additions and 2 deletions

View File

@ -1847,7 +1847,7 @@ async function loadSchedulers() {
schedulers = ['N/A'];
break;
case sources.vlad:
schedulers = await getAutoRemoteSchedulers();
schedulers = ['N/A'];
break;
case sources.drawthings:
schedulers = ['N/A'];