From e6c8e495c3e7d442737de547ab1cd00925544929 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Mon, 27 Sep 2021 17:21:09 +0100 Subject: [PATCH] Fix VRecording showing graphic at bottom left when it shouldn't --- tvmedia.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tvmedia.h b/tvmedia.h index da5ad85..5349e73 100644 --- a/tvmedia.h +++ b/tvmedia.h @@ -67,8 +67,8 @@ private: struct TVMedia { - unsigned int width; - unsigned int height; + unsigned int width{}; + unsigned int height{}; // no filename, file handling is only on the server TVMediaInfo info; -- 2.39.2