Ticket #7589: tv_play.cpp.diff

File tv_play.cpp.diff, 357 bytes (added by amb@…, 14 years ago)

Patch for tv_play.cpp

  • tv_play.cpp

     
    22512251            ctx->recorder->StopLiveTV();
    22522252    }
    22532253
     2254    if (class LCD * lcd = LCD::Get())
     2255       lcd->switchToNothing();
     2256
    22542257    VERBOSE(VB_PLAYBACK, LOC + "StopStuff() -- end");
    22552258}
    22562259