diff --git a/renderer/views/torrent-list.js b/renderer/views/torrent-list.js
index a3d0657b..5c3d63a1 100644
--- a/renderer/views/torrent-list.js
+++ b/renderer/views/torrent-list.js
@@ -29,15 +29,14 @@ function renderTorrent (state, dispatch, torrent) {
var elements = [
renderTorrentMetadata(torrent),
hx`
- dispatch('deleteTorrent', torrent)}>
close
`,
hx`
- dispatch('openPlayer', torrent)}>
play_arrow
@@ -46,8 +45,8 @@ function renderTorrent (state, dispatch, torrent) {
if (state.view.chromecast) {
elements.push(hx`
- dispatch('openChromecast', torrent)}>
cast
@@ -56,8 +55,8 @@ function renderTorrent (state, dispatch, torrent) {
if (state.view.devices.airplay) {
elements.push(hx`
- dispatch('openAirplay', torrent)}>
airplay