diff options
-rw-r--r-- | p2pvr/devices/tuner.cpp | 2 |
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 |