Добавлен ttl стримов
This commit is contained in:
@@ -33,6 +33,10 @@ public class Packet {
|
||||
@JsonIgnore
|
||||
private Long tempId;
|
||||
|
||||
@Transient
|
||||
@JsonIgnore
|
||||
private byte ttl;
|
||||
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "stream_id", nullable = false)
|
||||
@JsonIgnore
|
||||
|
||||
@@ -45,4 +45,6 @@ public class Stream {
|
||||
|
||||
private boolean favorite;
|
||||
|
||||
private byte ttl;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user