mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 22:08:22 +03:00
Fixed viewed counting
This commit is contained in:
parent
173b6c3f00
commit
e40e86500b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class StreamHistoryEntity {
|
||||||
|
|
||||||
@Ignore
|
@Ignore
|
||||||
public StreamHistoryEntity(final long streamUid, @NonNull final OffsetDateTime accessDate) {
|
public StreamHistoryEntity(final long streamUid, @NonNull final OffsetDateTime accessDate) {
|
||||||
this(streamUid, accessDate, 1);
|
this(streamUid, accessDate, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
public long getStreamUid() {
|
public long getStreamUid() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue