mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 17:38:15 +00:00
Update watch time on close item
This commit is contained in:
@@ -257,7 +257,7 @@ extension PlayerModel {
|
||||
if let video = currentVideo, !historyVideos.contains(where: { $0 == video }) {
|
||||
historyVideos.append(video)
|
||||
}
|
||||
updateWatch(finished: finished)
|
||||
updateWatch(finished: finished, time: backend.currentTime)
|
||||
}
|
||||
|
||||
if let video = currentItem.video,
|
||||
|
Reference in New Issue
Block a user