Perf: Temporarily disable dynamic subtitle detection
For https://github.com/feross/webtorrent-desktop/pull/511#issuecomment-22119 8555
This commit is contained in:
@@ -976,7 +976,10 @@ function torrentProgress (progressInfo) {
|
|||||||
torrentSummary.progress = p
|
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()
|
update()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user