diff --git a/.idea/.idea.c3stream/.idea/contentModel.xml b/.idea/.idea.c3stream/.idea/contentModel.xml index c9d3755..de56e30 100644 --- a/.idea/.idea.c3stream/.idea/contentModel.xml +++ b/.idea/.idea.c3stream/.idea/contentModel.xml @@ -1,10 +1,8 @@ - - - - + + diff --git a/Pages/Conference.cshtml b/Pages/Conference.cshtml index 48782c5..5fa4337 100644 --- a/Pages/Conference.cshtml +++ b/Pages/Conference.cshtml @@ -65,20 +65,20 @@ @talk.OriginalLanguage
- + @if (System.IO.File.Exists(System.IO.Path.Combine(c3stream.CachePath, conference.Acronym, file))) { - + } else { - + } - + @if (isWatched) { diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index f0a31d6..8a22bd6 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -11,7 +11,7 @@ https://@Request.Host.Value?bookmark=@Request.Cookies["bookmark"]

@foreach (var conf in c3stream.Conferences) { - @conf.Acronym + @conf.Acronym }
\ No newline at end of file diff --git a/Pages/Info.cshtml b/Pages/Info.cshtml index 084a762..95328a3 100644 --- a/Pages/Info.cshtml +++ b/Pages/Info.cshtml @@ -67,16 +67,16 @@ else {
@eventName - @category - @talk.Date?.Date.ToShortDateString()
- + @if (System.IO.File.Exists(System.IO.Path.Combine(c3stream.CachePath, conference.Acronym, file))) { - + } else { - + } diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index a46ccb4..fb258e2 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -13,7 +13,7 @@