mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-04 11:49:16 +02:00
feat(torrents): add field torrent_vip of model torrent, flag for vip resources.
This commit is contained in:
@@ -125,6 +125,10 @@ var TorrentSchema = new Schema({
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
torrent_vip: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
torrent_sale_status: {
|
||||
type: String,
|
||||
default: 'U1/D1',
|
||||
|
||||
Reference in New Issue
Block a user