aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-17 08:54:00 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-17 08:54:00 +0200
commitc1d0fe75d267f33724c38af95efc7b1c050dc160 (patch)
treeda21d8a45da85b6283ee53532e7edfb3559ffd88 /TODO
parent275cb68f08f4fa5bb5a970ea016c7c45269964c9 (diff)
Temporary abort on fail to read file.. if its being modified while reading
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7f3440a..6af2d71 100644
--- a/TODO
+++ b/TODO
@@ -168,4 +168,5 @@ Load the next page in chapter list when reaching the bottom (when going to previ
Loading image background should be rounded.
//Workaround mpv issue where video is frozen after seeking (with and without cache enabled, but more often with cache enabled). This happens because of audio. Reloading audio fixes this but audio will then be gone.
Fix youtube comments not working because of youtube update. Missing xsrf_token.
-Fix youtube copyrighted videos not working. Youtube triggers recaptcha for request to watch?v, but signature code is also broken? \ No newline at end of file
+Fix youtube copyrighted videos not working. Youtube triggers recaptcha for request to watch?v, but signature code is also broken?
+Better deal with reading from file errors. This could happen when reading a file while its being modified. See read_file_as_json. \ No newline at end of file