From 21ce93f52057754fdbabd1ee1d8c4697b6d462c3 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 13 Oct 2015 12:47:07 +0200 Subject: [PATCH] Haha. --- src/controller/controller_streams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/controller_streams.cpp b/src/controller/controller_streams.cpp index 8684042d..e96bea5a 100644 --- a/src/controller/controller_streams.cpp +++ b/src/controller/controller_streams.cpp @@ -166,7 +166,7 @@ namespace Controller { } }else{ out[jit.key()] = (*jit); - out[jit.key()]["name"] = (*jit); + out[jit.key()]["name"] = jit.key(); Log("STRM", std::string("New stream ") + jit.key()); } }