Diff between 771b19e1966ac58e34b17d9fed116ec5635019ee and d1bb05e3edbce3f474fff4ff592aa39b4a2f667d

Changed Files

File Additions Deletions Status
client/player.c +1 -5 modified

Full Patch

diff --git a/client/player.c b/client/player.c
index fdc27c2..d72ad6a 100644
--- a/client/player.c
+++ b/client/player.c
@@ -3799,11 +3799,7 @@ static void cmd_show_transport(int argc, char *argv[])
 	print_property(proxy, "Volume");
 	print_property(proxy, "Endpoint");
 
-	print_property(proxy, "Interval");
-	print_property(proxy, "Framing");
-	print_property(proxy, "SDU");
-	print_property(proxy, "Retransmissions");
-	print_property(proxy, "Latency");
+	print_property(proxy, "QoS");
 	print_property(proxy, "Location");
 	print_property(proxy, "Metadata");
 	print_property(proxy, "Links");