mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-15 23:47:39 +00:00
Fixed viewed counting
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user