diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/QuickMedia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index 0914df2..b4d1e7c 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -2759,7 +2759,7 @@ namespace QuickMedia { Json::Value new_content_object(Json::objectValue); new_content_object["id"] = video_id; new_content_object["title"] = video_title; - new_content_object["timestamp"] = time_now; + new_content_object["timestamp"] = (Json::Int64)time_now; video_history_json.append(std::move(new_content_object)); |