restructure folders
This commit is contained in:
@@ -60,19 +60,19 @@ module.exports = {
|
||||
status: 'paused',
|
||||
infoHash: 'f84b51f0d2c3455ab5dabb6643b4340234cd036e',
|
||||
displayName: 'Big Buck Bunny',
|
||||
posterURL: '../resources/bigBuckBunny.jpg'
|
||||
posterURL: path.join(__dirname, '..', 'static', 'bigBuckBunny.jpg')
|
||||
},
|
||||
{
|
||||
status: 'paused',
|
||||
infoHash: '6a9759bffd5c0af65319979fb7832189f4f3c35d',
|
||||
displayName: 'Sintel',
|
||||
posterURL: '../resources/sintel.jpg'
|
||||
posterURL: path.join(__dirname, '..', 'static', 'sintel.jpg')
|
||||
},
|
||||
{
|
||||
status: 'paused',
|
||||
infoHash: '02767050e0be2fd4db9a2ad6c12416ac806ed6ed',
|
||||
displayName: 'Tears of Steel',
|
||||
posterURL: '../resources/tearsOfSteel.jpg'
|
||||
posterURL: path.join(__dirname, '..', 'static', 'tearsOfSteel.jpg')
|
||||
}
|
||||
],
|
||||
downloadPath: path.join(os.homedir(), 'Downloads')
|
||||
|
||||
Reference in New Issue
Block a user