mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Add comment that explains why 0 is used
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
parent
e40e86500b
commit
c2a3c1cb8f
@ -51,7 +51,7 @@ public class StreamHistoryEntity {
|
|||||||
|
|
||||||
@Ignore
|
@Ignore
|
||||||
public StreamHistoryEntity(final long streamUid, @NonNull final OffsetDateTime accessDate) {
|
public StreamHistoryEntity(final long streamUid, @NonNull final OffsetDateTime accessDate) {
|
||||||
this(streamUid, accessDate, 0);
|
this(streamUid, accessDate, 0); // start with 0 views (adding views will be done elsewhere)
|
||||||
}
|
}
|
||||||
|
|
||||||
public long getStreamUid() {
|
public long getStreamUid() {
|
||||||
|
Loading…
Reference in New Issue
Block a user