ques / beer-media-server2

Automatically exported from code.google.com/p/beer-media-server2
0 stars 0 forks source link

minfo["Audio(2);ID"]のような形式で値を取得すると中身がnilになる #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 
[MInfoKeys]に指定していないKeyにminfo["Audio(2);ID"]のような形式�
��値を取得する
2. 中身がnilになる

What is the expected output? What do you see instead?
minfo["Audio(2);ID"]のような形式で値を取得できない
VIERA-SV-ME970.luaの中で以下のようにして確認しましたがどち��
�もnilになりました
print(tostring(minfo["Audio(1);ID"]))
print(tostring(minfo["Audio(2);ID"]))

What version of the product are you using? On what operating system?
Version 2.0.130102
Windows7 x64

Original issue reported on code.google.com by voc...@gmail.com on 6 Jan 2013 at 3:01

GoogleCodeExporter commented 9 years ago
とりあえず修正してみたのでパッチを添付します

Original comment by pon...@gmail.com on 6 Jan 2013 at 4:58

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by malcome...@gmail.com on 6 Jan 2013 at 10:33

GoogleCodeExporter commented 9 years ago
Version 2.0.130107 で修正しました。

Original comment by malcome...@gmail.com on 7 Jan 2013 at 10:59