mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix console error
This commit is contained in:
@@ -216,7 +216,7 @@ class PeerTubePlugin extends Plugin {
|
||||
saveVideoWatchHistory(this.videoUUID, currentTime)
|
||||
}
|
||||
|
||||
if (!this.videoViewUrl) return
|
||||
if (!this.videoViewUrl) return Promise.resolve(true)
|
||||
|
||||
const body: VideoView = { currentTime, viewEvent }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user