fix DLNA icon, calls, remove unneeded depencendies in dlnacasts

This commit is contained in:
grunjol
2016-04-04 19:31:23 -03:00
parent 6aa7058184
commit 57e5eed47f
3 changed files with 7 additions and 7 deletions

View File

@@ -246,7 +246,7 @@ function dispatch (action, ...args) {
if (action === 'openTorrentContextMenu') {
openTorrentContextMenu(args[0] /* infoHash */)
}
if (action === 'open') {
if (action === 'openDevice') {
lazyLoadCast().open(args[0] /* deviceType */)
}
if (action === 'stopCasting') {