mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-07 17:03:14 +02:00
add torrent_backdrop_img field to torrent model
This commit is contained in:
@@ -93,6 +93,11 @@ var TorrentSchema = new Schema({
|
||||
default: '',
|
||||
trim: true
|
||||
},
|
||||
torrent_backdrop_img: {
|
||||
type: String,
|
||||
default: '',
|
||||
trim: true
|
||||
},
|
||||
torrent_release: {
|
||||
type: String,
|
||||
default: '2017',
|
||||
|
||||
Reference in New Issue
Block a user