Skip to content

Commit c2a3c1c

Browse files
litetexStypox
andauthored
Add comment that explains why 0 is used
Co-authored-by: Stypox <stypox@pm.me>
1 parent e40e865 commit c2a3c1c

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, 0);
54+
this(streamUid, accessDate, 0); // start with 0 views (adding views will be done elsewhere)
5555
}
5656

5757
public long getStreamUid() {

0 commit comments

Comments
 (0)