mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix: missing thumbnail url in watch_history when using mark as watched
This commit is contained in:
parent
ab2f6839e1
commit
0cbd1c8d72
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ export default {
|
|||
videoId: videoId,
|
||||
title: instance.item.title,
|
||||
duration: instance.item.duration,
|
||||
thumbnail: instance.item.thumbnailUrl,
|
||||
thumbnail: instance.item.thumbnail,
|
||||
uploaderUrl: instance.item.uploaderUrl,
|
||||
uploaderName: instance.item.uploader,
|
||||
watchedAt: Date.now(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue