[longomatch] Don't capture miniatures for new events



commit 52cd605ff8d17d13110ee1ccacb5aff4635802b4
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Oct 7 19:15:18 2014 +0200

    Don't capture miniatures for new events

 LongoMatch.Services/Services/EventsManager.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/EventsManager.cs b/LongoMatch.Services/Services/EventsManager.cs
index 23d95bb..a67fad9 100644
--- a/LongoMatch.Services/Services/EventsManager.cs
+++ b/LongoMatch.Services/Services/EventsManager.cs
@@ -292,7 +292,6 @@ namespace LongoMatch.Services
                                        return;
                                }
                        }
-                       play.Miniature = CaptureFrame (play.Start);
                        Log.Debug (String.Format ("New play created start:{0} stop:{1} category:{2}",
                                                  play.Start.ToMSecondsString(), play.Stop.ToMSecondsString(),
                                                  play.EventType.Name));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]