Ejemplo n.º 1
0
 public static void enableNativeAutoplay()
 {
     if (GUIGraphicsContext.CurrentState == GUIGraphicsContext.State.RUNNING)
     {
         logger.Info("Re-enabling native autoplay.");
         AutoPlay.StartListening();
     }
 }
Ejemplo n.º 2
0
 public static void enableNativeAutoplay()
 {
     if (GUIGraphicsContext.CurrentState == GUIGraphicsContext.State.RUNNING)
     {
         MPTVSeriesLog.Write("Re-enabling native autoplay.");
         AutoPlay.StartListening();
     }
 }