Display stream size

This commit is contained in:
Sergey
2023-04-30 22:22:01 +00:00
parent f1d67f696d
commit 4346445af9
4 changed files with 15 additions and 1 deletions

View File

@@ -17,5 +17,7 @@ public class StreamDto {
private boolean favorite;
private int ttl;
private String userAgentHash;
private int sizeBytes;
private int packetsCount;
}