正在显示
2 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -377,7 +377,7 @@ package | @@ -377,7 +377,7 @@ package | ||
| 377 | this.media_conn.connect(null); | 377 | this.media_conn.connect(null); |
| 378 | } else { | 378 | } else { |
| 379 | var tcUrl:String = this.user_url.substr(0, this.user_url.lastIndexOf("/")); | 379 | var tcUrl:String = this.user_url.substr(0, this.user_url.lastIndexOf("/")); |
| 380 | - this.media_conn.connect(tcUrl, new Date()); | 380 | + this.media_conn.connect(tcUrl); |
| 381 | } | 381 | } |
| 382 | } | 382 | } |
| 383 | 383 |
-
请 注册 或 登录 后发表评论