Index: tv_play.cpp
===================================================================
--- tv_play.cpp	(revision 22760)
+++ tv_play.cpp	(working copy)
@@ -2251,6 +2251,9 @@
             ctx->recorder->StopLiveTV();
     }
 
+    if (class LCD * lcd = LCD::Get())
+       lcd->switchToNothing();
+
     VERBOSE(VB_PLAYBACK, LOC + "StopStuff() -- end");
 }
 
