--- a/cms/app-client/app/templates/application.hbs Sun Nov 06 03:44:16 2016 +0100
+++ b/cms/app-client/app/templates/application.hbs Tue Nov 08 01:22:56 2016 +0100
@@ -1,4 +1,4 @@
-{{player-component action="changeDocument" document=currentItem}}
+{{player-component document=currentItem}}
<div class="corpus-window">
@@ -19,7 +19,7 @@
<div class="corpus-app-wrapper">
{{ filter-component }}
- {{ playlist-component model=documents page=page limit=limit pageAction='setPageQueryparams' }}
+ {{ playlist-component model=model page=page limit=limit pageAction='setPageQueryparams' }}
</div>
</div>
\ No newline at end of file