summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--TvPlay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TvPlay.cpp b/TvPlay.cpp
index 1d081c3..bbf2daf 100644
--- a/TvPlay.cpp
+++ b/TvPlay.cpp
@@ -86,7 +86,7 @@ int TvPlay::GetSourceConnectStatus(tv_source_input_t source_input)
int TvPlay::GetCurrentSourceInput()
{
Parcel p, r;
- p.writeInt32(SSM_READ_SOURCE_INPUT);
+ p.writeInt32(GET_CURRENT_SOURCE_INPUT_VIRTUAL);
tvSession->processCmd(p, &r);
return r.readInt32();
}