fix DLNA icon, calls, remove unneeded depencendies in dlnacasts
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user