Skip to content

Commit

Permalink
feat(server): update publisher and fansub
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Mar 22, 2024
1 parent 82445e5 commit 35b2318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/database/src/operations/dmhy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export async function updateDmhyResources(database: Database, fetchedResources:
type: latest.type,
magnet: latest.magnet,
size: latest.size,
publisherId: latest.publisherId,
fansubId: latest.fansubId,
fetchedAt: now
})
.where(
Expand Down

0 comments on commit 35b2318

Please sign in to comment.