Skip to content

Commit a5b497d

Browse files
committed
chore: doc
1 parent df22171 commit a5b497d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mos-gateway/src/mosHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ export class MosHandler {
373373
// onStory: (cb: (story: IMOSROFullStory) => Promise<any>) => void
374374
mosDevice.onRequestAllRunningOrders(async () => {
375375
// MOSDevice >>>> Core
376-
// Not implemented (yet)
376+
// Not implemented, as Sofie does not support this feature.
377377
return []
378378
})
379379
mosDevice.onRunningOrderStory(async (story: IMOSROFullStory) => {

0 commit comments

Comments
 (0)