From 3c9fb5ab718fc2b296d66fcba5c0dc6682c67cd9 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sat, 2 Jun 2018 22:15:15 -0500 Subject: [PATCH] Use properties instead of info --- src/views/watch.ecr | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/watch.ecr b/src/views/watch.ecr index 082acdf6..4545b697 100644 --- a/src/views/watch.ecr +++ b/src/views/watch.ecr @@ -117,7 +117,7 @@ player.src(currentSources);

- <%= video.info["title"] %> + <%= video.title %> <% if listen %> @@ -155,28 +155,28 @@ player.src(currentSources);