fix: assorted bugs
This commit is contained in:
parent
f0041e0525
commit
b936711d76
7 changed files with 12 additions and 7 deletions
|
@ -81,6 +81,7 @@ export default async function () {
|
|||
tmdbId: showTmdbId,
|
||||
collected,
|
||||
favorite,
|
||||
dateAdded: lastWatchedAt,
|
||||
lastWatchedAt,
|
||||
episodes: []
|
||||
}
|
||||
|
@ -96,6 +97,7 @@ export default async function () {
|
|||
type: 'tv',
|
||||
image: `https://coryd.dev/media/shows/poster-${showTmdbId}.jpg`,
|
||||
backdrop: `https://coryd.dev/media/shows/backdrops/backdrop-${showTmdbId}.jpg`,
|
||||
dateAdded: lastWatchedAt,
|
||||
lastWatchedAt
|
||||
})
|
||||
})
|
||||
|
|
Reference in a new issue