add nfo field to torrent model

This commit is contained in:
OldHawk
2017-04-09 15:59:33 +08:00
parent 4cde9f7039
commit 863b309de5

View File

@@ -63,6 +63,10 @@ var TorrentSchema = new Schema({
default: '',
trim: true
},
torrent_nfo: {
type: [String],
default: ''
},
torrent_announce: {
type: String,
default: '',