diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-12-02 02:38:57 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-12-02 02:38:57 +0100 |
commit | 899669eda8441fb6bbfde8da3cc78ee1fff5212e (patch) | |
tree | dda5d6faf6a6bd9a1dcde3e64cb79b7d7f82d1fa /TODO | |
parent | 3d2bb79144aa63d691da46da7a77d8be868368cd (diff) |
Fix youtube dislike count if a video has more dislikes than likes
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -212,5 +212,4 @@ Improve pinephone video load performance by not restarting mpv on next video. In Very large resolutions, such as 7680x2160 (id 272) for video https://www.youtube.com/watch?v=GxaH40zpvYc are not supported by the youtube android video loader. Find a way to fix that. Use std::move(string) for all places where text.set_string is called. Use reference for text.get_string() in all places. -Cleanup font sizes that are not visible (or not used for a while). Also do the same for character ranges font texture. -Youtube rating doesn't work if a youtube video has more dislikes than likes. The ratio simply becomes inverted then. Find a way to fix this using youtubes api.
\ No newline at end of file +Cleanup font sizes that are not visible (or not used for a while). Also do the same for character ranges font texture.
\ No newline at end of file |