disable non-working torrents
This commit is contained in:
parent
7585ddb8b5
commit
530db50adc
1 changed files with 12 additions and 12 deletions
|
|
@ -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'
|
||||
// }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue