From 530db50adc7656a6ea52dd4900beb3e5e770a472 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 5 Mar 2016 22:16:17 -0800 Subject: [PATCH] disable non-working torrents --- renderer/state.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/renderer/state.js b/renderer/state.js index 8c511f6e..566e9453 100644 --- a/renderer/state.js +++ b/renderer/state.js @@ -35,19 +35,19 @@ module.exports = { { name: 'Sintel', torrentFile: 'resources/sintel.torrent' - }, - { - name: 'Elephants Dream', - torrentFile: 'resources/ElephantsDream_archive.torrent' - }, - { - name: 'Big Buck Bunny', - torrentFile: 'resources/BigBuckBunny_archive.torrent' - }, - { - name: 'Tears of Steel', - torrentFile: 'resources/TearsOfSteel_archive.torrent' } + // { + // name: 'Elephants Dream', + // torrentFile: 'resources/ElephantsDream_archive.torrent' + // }, + // { + // name: 'Big Buck Bunny', + // torrentFile: 'resources/BigBuckBunny_archive.torrent' + // }, + // { + // name: 'Tears of Steel', + // torrentFile: 'resources/TearsOfSteel_archive.torrent' + // } ] } }