From 82234b4454299e0472344d5cf71bd8f70586133e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 15 Oct 2021 03:42:45 +0200 Subject: Remove dependency on xrdb for Xft.dpi --- plugins/youtube/YoutubeMediaProxy.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/youtube') 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; -- cgit v1.2.3