1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 13:37:42 +02:00

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

View File

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