1
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-11-22 11:02:35 +01:00

Fixed viewed counting

This commit is contained in:
Mamadou WAGUE 2022-05-02 14:52:43 +02:00
parent 173b6c3f00
commit e40e86500b

View File

@ -51,7 +51,7 @@ public class StreamHistoryEntity {
@Ignore
public StreamHistoryEntity(final long streamUid, @NonNull final OffsetDateTime accessDate) {
this(streamUid, accessDate, 1);
this(streamUid, accessDate, 0);
}
public long getStreamUid() {