mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-25 12:32:31 +01:00
Merge pull request #8336 from Mamadou78130/fix8330
Fixed viewed counting
This commit is contained in:
commit
47af21d248
@ -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); // start with 0 views (adding views will be done elsewhere)
|
||||
}
|
||||
|
||||
public long getStreamUid() {
|
||||
|
Loading…
Reference in New Issue
Block a user