diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-08-10 01:09:07 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2019-08-10 01:09:10 +0200 |
commit | 93e12b893cc4037a748b220d85d6eaa6a64c14b6 (patch) | |
tree | 02a641b311cfb05226696995606c937e5eacc944 /plugins | |
parent | cdc1aaaf0da4534a106e6e56f0fb8c943f44cdc0 (diff) |
Fix crash that happened in release mode (video player)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Youtube.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Youtube.hpp b/plugins/Youtube.hpp index 16f5870..4ca7955 100644 --- a/plugins/Youtube.hpp +++ b/plugins/Youtube.hpp @@ -9,7 +9,7 @@ namespace QuickMedia { BodyItems get_related_media(const std::string &url) override; bool search_suggestions_has_thumbnails() const override { return true; } bool search_results_has_thumbnails() const override { return false; } - int get_search_delay() const override { return 500; } + int get_search_delay() const override { return 350; } bool search_suggestion_is_search() const override { return true; } Page get_page_after_search() const override { return Page::VIDEO_CONTENT; } private: |