--- a/client/src/Iri.Modernisation.Data/Ldt/Readers.cs Mon Jan 04 10:29:39 2010 +0100
+++ b/client/src/Iri.Modernisation.Data/Ldt/Readers.cs Tue Jan 05 15:53:48 2010 +0100
@@ -92,7 +92,7 @@
Tags = LDTE.Tags,
TimerIn = new TimeSpan(0, 0, 0, 0, (int)LDTE.Begin),
Duration = new TimeSpan(0, 0, 0, 0, (int)(LDTE.Dur+5000)),
- Type = PolemicElementType.Polemic
+ Type = FactoryVideoLivre.AnnotationDescriptions[0]
});
// _videoBook.Duration = _videoBook.Duration.Add(new TimeSpan(0, 0, 0, 0, (int)(LDTE.Dur)));
}
@@ -105,7 +105,7 @@
Tags = LDTE.Tags,
TimerIn = new TimeSpan(0, 0, 0, 0, (int)LDTE.Begin),
Duration = new TimeSpan(0, 0, 0, 0, (int)LDTE.Dur),
- Type = PolemicElementType.Reference
+ Type = FactoryVideoLivre.AnnotationDescriptions[1]
});
// _videoBook.Duration = _videoBook.Duration.Add(new TimeSpan(0, 0, 0, 0, (int)LDTE.Dur));
}