From 2f57dcd65a061b46c72906104681e26b7c5a6a30 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 22 Jul 2024 14:41:54 +0200 Subject: [PATCH] Fixup for track resizing code --- lib/dtsc.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/dtsc.cpp b/lib/dtsc.cpp index 80e92f92..1d468a64 100644 --- a/lib/dtsc.cpp +++ b/lib/dtsc.cpp @@ -1286,9 +1286,7 @@ namespace DTSC{ stream.setInt("vod", origStream.getInt("vod")); stream.setInt("live", origStream.getInt("live")); stream.setString("source", origStream.getPointer("source")); - stream.setString("uuid", origStream.getPointer("uuid")); stream.setInt("maxkeepaway", origStream.getInt("maxkeepaway")); - stream.setInt("resume", origStream.getInt("resume")); stream.setInt("bufferwindow", origStream.getInt("bufferwindow")); stream.setInt("bootmsoffset", origStream.getInt("bootmsoffset")); stream.setInt("utcoffset", origStream.getInt("utcoffset"));