mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix watchlater not work
This commit is contained in:
parent
a963bcaf07
commit
6bf19a101f
@ -84,7 +84,7 @@ export default Vue.extend({
|
|||||||
const author = lodash.get(card, 'modules.module_author')
|
const author = lodash.get(card, 'modules.module_author')
|
||||||
return {
|
return {
|
||||||
id: card.id_str,
|
id: card.id_str,
|
||||||
aid: archive.aid,
|
aid: parseInt(archive.aid),
|
||||||
bvid: archive.bvid,
|
bvid: archive.bvid,
|
||||||
videoUrl: `https://www.bilibili.com/${archive.bvid}`,
|
videoUrl: `https://www.bilibili.com/${archive.bvid}`,
|
||||||
coverUrl: archive.cover,
|
coverUrl: archive.cover,
|
||||||
|
|||||||
@ -125,7 +125,7 @@ export const getVideoFeeds = withContentFilter(
|
|||||||
})
|
})
|
||||||
return {
|
return {
|
||||||
id: card.id_str,
|
id: card.id_str,
|
||||||
aid: archive.aid,
|
aid: parseInt(archive.aid),
|
||||||
bvid: archive.bvid,
|
bvid: archive.bvid,
|
||||||
title: archive.title,
|
title: archive.title,
|
||||||
upFaceUrl: author.face,
|
upFaceUrl: author.face,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user