straw/app/src
tobigr ec87d3e0bc Fix removing unwatched streams from playlist when using "remove watched"
The bug is caused by a wanted but forgotten inconsistency in the database.
A stream can be listed in the watch history (StreamHistoryEntity) while having no corresponding playback state (StreamStateEntity) containing the matching playback position. This is caused by the fact that NewPipe does not consider a watch time of less than five seconds to be worthy to be put into the StreamStateEntity because the video was most likely played by error. Those videos are, however, counted and stored in the watch history.
2026-01-27 22:00:15 +01:00
..
androidTest/java/org/schabi/newpipe ktlint: Fix function-signature violations 2026-01-24 00:32:03 +08:00
debug Fix DebugApp doing unneeded AppWatcher.manualInstall 2023-07-14 18:32:04 +02:00
main Fix removing unwatched streams from playlist when using "remove watched" 2026-01-27 22:00:15 +01:00
test ktlint: Fix standard_argument-list-wrapping violations 2026-01-24 00:31:44 +08:00