mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +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")) {
|
||||
customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server));
|
||||
}
|
||||
if (evt.info.data.hasOwnProperty("srs_contributor")) {
|
||||
customItems.push(new ContextMenuItem("Contributor: " + evt.info.data.srs_contributor));
|
||||
if (evt.info.data.hasOwnProperty("srs_primary_authors")) {
|
||||
customItems.push(new ContextMenuItem("PrimaryAuthors: " + evt.info.data.srs_primary_authors));
|
||||
}
|
||||
contextMenu.customItems = customItems;
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -305,8 +305,8 @@ package
|
|||
if (evt.info.data.hasOwnProperty("srs_server")) {
|
||||
customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server));
|
||||
}
|
||||
if (evt.info.data.hasOwnProperty("srs_contributor")) {
|
||||
customItems.push(new ContextMenuItem("Contributor: " + evt.info.data.srs_contributor));
|
||||
if (evt.info.data.hasOwnProperty("srs_primary_authors")) {
|
||||
customItems.push(new ContextMenuItem("PrimaryAuthors: " + evt.info.data.srs_primary_authors));
|
||||
}
|
||||
contextMenu.customItems = customItems;
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -192,8 +192,8 @@ package
|
|||
if (evt.info.data.hasOwnProperty("srs_server")) {
|
||||
customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server));
|
||||
}
|
||||
if (evt.info.data.hasOwnProperty("srs_contributor")) {
|
||||
customItems.push(new ContextMenuItem("Contributor: " + evt.info.data.srs_contributor));
|
||||
if (evt.info.data.hasOwnProperty("srs_primary_authors")) {
|
||||
customItems.push(new ContextMenuItem("PrimaryAuthors: " + evt.info.data.srs_primary_authors));
|
||||
}
|
||||
contextMenu.customItems = customItems;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue