client/src/Iri.Modernisation.Data/Models/VideoBook.cs
changeset 42 594fdedecf7f
parent 40 581829b5ddd9
--- a/client/src/Iri.Modernisation.Data/Models/VideoBook.cs	Wed Feb 10 14:56:46 2010 +0100
+++ b/client/src/Iri.Modernisation.Data/Models/VideoBook.cs	Thu Feb 11 17:29:23 2010 +0100
@@ -83,7 +83,8 @@
             LDTFile ldt = new LDTFile();
             ldt.Project = new LDTProject()
              {
-                 Title = this.Title
+                 Title = this.Title,
+                 User = this.Author.UserName
              };
             ldt.Medias = new List<LDTMedia>()
              {