summaryrefslogtreecommitdiffstats
path: root/js/controller/AppController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/AppController.js')
-rw-r--r--js/controller/AppController.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/controller/AppController.js b/js/controller/AppController.js
index 184cf6fc5..31a288540 100644
--- a/js/controller/AppController.js
+++ b/js/controller/AppController.js
@@ -17,4 +17,7 @@ function (Loading, FeedResource, FolderResource) {
return FeedResource.size() === 0 && FolderResource.size() === 0;
};
+ this.play = function (item) {
+ this.playingItem = item;
+ };
}); \ No newline at end of file