mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-04 21:49:18 +01:00
add nfo field to torrent model
This commit is contained in:
@@ -63,6 +63,10 @@ var TorrentSchema = new Schema({
|
||||
default: '',
|
||||
trim: true
|
||||
},
|
||||
torrent_nfo: {
|
||||
type: [String],
|
||||
default: ''
|
||||
},
|
||||
torrent_announce: {
|
||||
type: String,
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user