aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-08-06 16:49:24 +0200
committerdec05eba <dec05eba@protonmail.com>2019-08-06 16:49:27 +0200
commitd3f830aa5d35804e7c206b973a8734058cb08fbe (patch)
tree0a725c2b569f964efe3ddeab03a8176a514bcb91 /README.md
parent38eebb0752cf39aab996f3a2a05aad57f816e47b (diff)
Fix uninitialized value in videoplayer
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a12460..544167b 100644
--- a/README.md
+++ b/README.md
@@ -16,4 +16,6 @@ If a search returns no results, then "No results found for ..." should be shown
Give user the option to start where they left off or from the start.
For manga, view the next chapter when reaching the end of a chapter.
Make network requests asynchronous to not freeze gui when navigating. Also have loading animation.
-Retain search text when navigating back. \ No newline at end of file
+Retain search text when navigating back.
+Disable ytdl_hook subtitles. If a video has subtitles for many languages, then it will stall video playback for several seconds
+until all subtitles have been downloaded and loaded. \ No newline at end of file