mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 05:27:20 +00:00
fix: missing thumbnail url in watch_history when using mark as watched
This commit is contained in:
parent
ab2f6839e1
commit
0cbd1c8d72
@ -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…
Reference in New Issue
Block a user