diff options
Diffstat (limited to 'plugins')
-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; |