summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-08-08 20:39:55 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-08-08 20:39:55 +0100
commit63a1c597b2e7986a5ec2a13ae60335de03312362 (patch)
treedabd4ce36bfe20f51aa4e45269e4abdf04c81c55
parentHave MockDevices extend DevicesI and simply intercept tuner creation with Moc... (diff)
downloadp2pvr-63a1c597b2e7986a5ec2a13ae60335de03312362.tar.bz2
p2pvr-63a1c597b2e7986a5ec2a13ae60335de03312362.tar.xz
p2pvr-63a1c597b2e7986a5ec2a13ae60335de03312362.zip
Tuner::GetDevice should return the frontend that was opened
-rw-r--r--p2pvr/devices/tuner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/devices/tuner.cpp b/p2pvr/devices/tuner.cpp
index 6055379..41a77c3 100644
--- a/p2pvr/devices/tuner.cpp
+++ b/p2pvr/devices/tuner.cpp
@@ -57,7 +57,7 @@ TunerI::GetStatus()
std::string
TunerI::GetDevice()
{
- return deviceRoot.string();
+ return deviceFrontend.string();
}
AdHoc::FileUtils::FileHandle