This commit is contained in:
Nate Goldman
2016-03-05 22:45:09 -08:00
parent ec56d9a642
commit 96340d3255

View File

@@ -315,7 +315,7 @@ function openPlayer (torrent) {
}
function deleteTorrent (torrent) {
torrent.destroy(function() {
torrent.destroy(function () {
saveTorrents() // updates after writing to config
})
}