| changeset 40 | 581829b5ddd9 |
| parent 39 | 0f2bde8fdfeb |
| child 42 | 594fdedecf7f |
--- a/client/src/Iri.Modernisation.Data/Models/VideoBook.cs Tue Feb 09 15:30:46 2010 +0100 +++ b/client/src/Iri.Modernisation.Data/Models/VideoBook.cs Wed Feb 10 14:09:58 2010 +0100 @@ -83,13 +83,14 @@ LDTFile ldt = new LDTFile(); ldt.Project = new LDTProject() { - + Title = this.Title }; ldt.Medias = new List<LDTMedia>() { new LDTMedia() { - Src = IriPath + Src = IriPath, + } }; foreach (VideoChapter Vc in Chapters)