Add a missing device name update.

This commit is contained in:
Rolf Ahrenberg 2016-01-30 21:41:10 +02:00
parent d5e9b1050e
commit 954e1be6b3
1 changed files with 1 additions and 0 deletions

View File

@ -345,6 +345,7 @@ bool cSatipDevice::SetChannelDevice(const cChannel *channelP, bool liveViewP)
}
else if (pTunerM) {
pTunerM->SetSource(NULL, 0, NULL, deviceIndexM);
deviceNameM = cString::sprintf("%s %d", *DeviceType(), deviceIndexM);
return true;
}
return false;