mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-07 02:33:00 +00:00
Add comment that explains why 0 is used
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user