Implemented the feature and fixed some small issues
This commit is contained in:
parent
3d36eb5baf
commit
9c82441c19
8 changed files with 82 additions and 50 deletions
|
|
@ -71,8 +71,8 @@ abstract class FeedDAO {
|
|||
:includePartiallyPlayed
|
||||
OR sh.stream_id IS NULL
|
||||
OR sst.stream_id IS NULL
|
||||
OR (sst.progress_time < ${StreamStateEntity.PLAYBACK_SAVE_THRESHOLD_START_MILLISECONDS}
|
||||
AND sst.progress_time < s.duration * 1000 / 4)
|
||||
OR (sst.progress_time <= ${StreamStateEntity.PLAYBACK_SAVE_THRESHOLD_START_MILLISECONDS}
|
||||
AND sst.progress_time <= s.duration * 1000 / 4)
|
||||
)
|
||||
AND (
|
||||
:uploadDateBefore IS NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue