mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update flash client.
This commit is contained in:
parent
11e465ae9e
commit
273bdb2242
6 changed files with 6 additions and 6 deletions
Binary file not shown.
|
@ -143,8 +143,8 @@ package
|
||||||
if (evt.info.data.hasOwnProperty("srs_server")) {
|
if (evt.info.data.hasOwnProperty("srs_server")) {
|
||||||
customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server));
|
customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server));
|
||||||
}
|
}
|
||||||
if (evt.info.data.hasOwnProperty("srs_contributor")) {
|
if (evt.info.data.hasOwnProperty("srs_primary_authors")) {
|
||||||
customItems.push(new ContextMenuItem("Contributor: " + evt.info.data.srs_contributor));
|
customItems.push(new ContextMenuItem("PrimaryAuthors: " + evt.info.data.srs_primary_authors));
|
||||||
}
|
}
|
||||||
contextMenu.customItems = customItems;
|
contextMenu.customItems = customItems;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
|
@ -305,8 +305,8 @@ package
|
||||||
if (evt.info.data.hasOwnProperty("srs_server")) {
|
if (evt.info.data.hasOwnProperty("srs_server")) {
|
||||||
customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server));
|
customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server));
|
||||||
}
|
}
|
||||||
if (evt.info.data.hasOwnProperty("srs_contributor")) {
|
if (evt.info.data.hasOwnProperty("srs_primary_authors")) {
|
||||||
customItems.push(new ContextMenuItem("Contributor: " + evt.info.data.srs_contributor));
|
customItems.push(new ContextMenuItem("PrimaryAuthors: " + evt.info.data.srs_primary_authors));
|
||||||
}
|
}
|
||||||
contextMenu.customItems = customItems;
|
contextMenu.customItems = customItems;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
|
@ -192,8 +192,8 @@ package
|
||||||
if (evt.info.data.hasOwnProperty("srs_server")) {
|
if (evt.info.data.hasOwnProperty("srs_server")) {
|
||||||
customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server));
|
customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server));
|
||||||
}
|
}
|
||||||
if (evt.info.data.hasOwnProperty("srs_contributor")) {
|
if (evt.info.data.hasOwnProperty("srs_primary_authors")) {
|
||||||
customItems.push(new ContextMenuItem("Contributor: " + evt.info.data.srs_contributor));
|
customItems.push(new ContextMenuItem("PrimaryAuthors: " + evt.info.data.srs_primary_authors));
|
||||||
}
|
}
|
||||||
contextMenu.customItems = customItems;
|
contextMenu.customItems = customItems;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue