diff --git a/.idea/.idea.c3stream/.idea/contentModel.xml b/.idea/.idea.c3stream/.idea/contentModel.xml index 80798a6..c9d3755 100644 --- a/.idea/.idea.c3stream/.idea/contentModel.xml +++ b/.idea/.idea.c3stream/.idea/contentModel.xml @@ -3,6 +3,8 @@ + + diff --git a/c3stream.cs b/c3stream.cs index 25e1a09..369a4d2 100644 --- a/c3stream.cs +++ b/c3stream.cs @@ -74,6 +74,7 @@ namespace c3stream { conference.Talks.Clear(); conference.LogoUri = parsed.LogoUrl.AbsoluteUri; conference.Talks.AddRange(parsed.Events); + conference.Talks.ForEach(p => p.Guid = p.Guid.Trim()); } }