go back to list on path missing error

This commit is contained in:
Mathias Rasmussen
2016-09-28 23:29:02 +02:00
committed by DC
parent 44f621b4de
commit f1aa1bdd59

View File

@@ -98,6 +98,7 @@ module.exports = class TorrentListController {
fs.stat(fileOrFolder, function (err) {
if (err) {
s.error = 'path-missing'
dispatch('backToList')
return
}
start()