Ticket #4587: iptv-wis-remote.patch
| File iptv-wis-remote.patch, 694 bytes (added by , 18 years ago) |
|---|
-
libs/libmythtv/iptvchannel.cpp
diff -u mythtv-0.20.2/libs/libmythtv/freeboxchannel.cpp mythtv-0.20.2-wisremote/libs/libmythtv/freeboxchannel.cpp
old new 107 107 return false; 108 108 } 109 109 110 //Wis-Remote call to Wis-Streamer 111 InputMap::const_iterator it = inputs.find(currentInputID); 112 if (!(*it)->externalChanger.isEmpty()) 113 bool wisremote = ChangeExternalChannel(channum); 114 110 115 // Set the current channum to the new channel's channum 111 116 curchannelname = QDeepCopy<QString>(channum); 112 117
