We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df22171 commit a5b497dCopy full SHA for a5b497d
packages/mos-gateway/src/mosHandler.ts
@@ -373,7 +373,7 @@ export class MosHandler {
373
// onStory: (cb: (story: IMOSROFullStory) => Promise<any>) => void
374
mosDevice.onRequestAllRunningOrders(async () => {
375
// MOSDevice >>>> Core
376
- // Not implemented (yet)
+ // Not implemented, as Sofie does not support this feature.
377
return []
378
})
379
mosDevice.onRunningOrderStory(async (story: IMOSROFullStory) => {
0 commit comments