cms/app-client/app/services/player.js
changeset 214 9bff007eb03c
parent 212 f2c6080a73aa
child 215 82878d132784
--- a/cms/app-client/app/services/player.js	Wed Jun 29 09:01:43 2016 +0200
+++ b/cms/app-client/app/services/player.js	Wed Jun 29 10:54:13 2016 +0200
@@ -2,9 +2,11 @@
 
 export default Ember.Service.extend({
 
-	items: [],
-	item: null,
+    items: [],
+    item: null,
 
-	model: null
+    model: null,
+
+    playing: false
 
 });