[longomatch] Clone the whole CamerasConfig for playlist elements



commit 32ca1fc8d32cb743f2b70035cb9d8c205fb3039e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Apr 30 12:11:20 2015 +0200

    Clone the whole CamerasConfig for playlist elements

 .../Store/Playlists/PlaylistPlayElement.cs         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Playlists/PlaylistPlayElement.cs 
b/LongoMatch.Core/Store/Playlists/PlaylistPlayElement.cs
index f55f770..cfc8069 100644
--- a/LongoMatch.Core/Store/Playlists/PlaylistPlayElement.cs
+++ b/LongoMatch.Core/Store/Playlists/PlaylistPlayElement.cs
@@ -33,7 +33,7 @@ namespace LongoMatch.Core.Store.Playlists
                        Title = play.Name;
                        Rate = play.Rate;
                        CamerasLayout = play.CamerasLayout;
-                       CamerasConfig = play.CamerasConfig.ToList ();
+                       CamerasConfig = play.CamerasConfig.Clone ();
                        FileSet = fileset;
                }
 


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