Skip to content

Commit e40e865

Browse files
author
Mamadou WAGUE
committed
Fixed viewed counting
1 parent 173b6c3 commit e40e865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/database/history/model/StreamHistoryEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public StreamHistoryEntity(final long streamUid, @NonNull final OffsetDateTime a
5151

5252
@Ignore
5353
public StreamHistoryEntity(final long streamUid, @NonNull final OffsetDateTime accessDate) {
54-
this(streamUid, accessDate, 1);
54+
this(streamUid, accessDate, 0);
5555
}
5656

5757
public long getStreamUid() {

0 commit comments

Comments
 (0)