Perf: Temporarily disable dynamic subtitle detection

For
https://github.com/feross/webtorrent-desktop/pull/511#issuecomment-22119
8555
This commit is contained in:
Feross Aboukhadijeh
2016-05-27 18:51:42 -07:00
parent 001601bc5f
commit 8ae4ac47e6

View File

@@ -976,7 +976,10 @@ function torrentProgress (progressInfo) {
torrentSummary.progress = p
})
checkForSubtitles()
// TODO: Find an efficient way to re-enable this line, which allows subtitle
// files which are completed after a video starts to play to be added
// dynamically to the list of subtitles.
// checkForSubtitles()
update()
}