From 63a1c597b2e7986a5ec2a13ae60335de03312362 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 8 Aug 2017 20:39:55 +0100 Subject: Tuner::GetDevice should return the frontend that was opened --- p2pvr/devices/tuner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3