mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
Fixes an issue, where if the user switches between channel group, already seen videos could be marked as new. This was caused by the channel group having only older videos, which resetted the last watched time to an older timepoint. To fix this, the last watched time is only updated, when the new watched time is newer than the previous watched time.