Advertisement
svenhoefer

Untitled

Mar 4th, 2019
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.81 KB | None | 0 0
  1. diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp
  2. index a1c5bad..f2ea773 100644
  3. --- a/src/gui/channellist.cpp
  4. +++ b/src/gui/channellist.cpp
  5. @@ -1287,7 +1287,7 @@ int CChannelList::showLiveBouquet(int key)
  6.         // current transponder bouquet
  7.         if (key == g_settings.key_current_transponder)
  8.         {
  9. -               bool isRecord = (!autoshift && CNeutrinoApp::getInstance()->recordingstatus);
  10. +               bool isRecord = false; // (!autoshift && CNeutrinoApp::getInstance()->recordingstatus);
  11.                 CChannelList * origList = CNeutrinoApp::getInstance()->channelList;
  12.                 CChannelList liveList(isRecord ? g_Locale->getText(LOCALE_CHANNELLIST_RECORDABLE_CHANNELS) : g_Locale->getText(LOCALE_CHANNELLIST_CURRENT_TP), false, true);
  13.                 liveList.setLiveBouquet();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement