Fix hidden runner jobs tab

If remote runners feature is only enabled on transcription
This commit is contained in:
Chocobozzz
2024-07-31 08:56:33 +02:00
parent 71857cc04b
commit 44919a8d57
3 changed files with 10 additions and 2 deletions

View File

@@ -349,6 +349,10 @@ export interface ServerConfig {
videoTranscription: {
enabled: boolean
remoteRunners: {
enabled: boolean
}
}
}