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