Get local address for media server from bridge

This commit is contained in:
hensm
2020-08-23 15:08:23 +01:00
parent a6ab018171
commit efd3bf820e
4 changed files with 44 additions and 30 deletions

View File

@@ -234,7 +234,11 @@ export type Messages = [
, {
subject: "mediaCast:/mediaServer/started"
, data: { mediaPath: string, subtitlePaths: string[] }
, data: {
mediaPath: string
, subtitlePaths: string[]
, localAddress: string
}
}
, {
subject: "mediaCast:/mediaServer/stopped"