fix(feed): replicate all feed record on new feed
This commit is contained in:
@ -443,6 +443,8 @@ app.get('*', function(req, res)
|
||||
// feed date clean
|
||||
if(typeof torrent.feedDate !== 'undefined')
|
||||
delete torrent.feedDate
|
||||
|
||||
return torrent
|
||||
}
|
||||
|
||||
const insertTorrentToDB = (torrent, silent) => new Promise((resolve) => {
|
||||
|
||||
Reference in New Issue
Block a user