diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-10-15 03:42:45 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-10-15 03:42:45 +0200 |
commit | 82234b4454299e0472344d5cf71bd8f70586133e (patch) | |
tree | 9bffba836fa86fb5c293d46fc5d94fb08196cff4 /plugins/youtube | |
parent | e1c8cd4430015a307dbcb32894a030d5a13aee67 (diff) |
Remove dependency on xrdb for Xft.dpi
Diffstat (limited to 'plugins/youtube')
-rw-r--r-- | plugins/youtube/YoutubeMediaProxy.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/youtube/YoutubeMediaProxy.hpp b/plugins/youtube/YoutubeMediaProxy.hpp index cc797a9..8e6ea38 100644 --- a/plugins/youtube/YoutubeMediaProxy.hpp +++ b/plugins/youtube/YoutubeMediaProxy.hpp @@ -68,8 +68,8 @@ namespace QuickMedia { bool download_header_remaining_sent = false; int download_header_written_offset = 0; int download_header_offset_to_end_of_header = 0; - time_t download_start_time = 0; - time_t throttle_start_time = 0; + int64_t download_start_time = 0; + int64_t throttle_start_time = 0; int64_t total_downloaded_bytes = 0; bool download_started = false; bool throttle_started = false; |