mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 07:56:18 +02:00
feat(torrents): add access limit to maker group settings of torrent uploader
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
vm.passwordConfig = MeanTorrentConfig.meanTorrentConfig.password;
|
||||
vm.examinationConfig = MeanTorrentConfig.meanTorrentConfig.examination;
|
||||
vm.chatConfig = MeanTorrentConfig.meanTorrentConfig.chat;
|
||||
vm.accessConfig = MeanTorrentConfig.meanTorrentConfig.access;
|
||||
|
||||
vm.groupTorrentType = localStorageService.get('maker_last_selected_type') || 'movie';
|
||||
vm.searchTags = [];
|
||||
@@ -84,6 +85,7 @@
|
||||
passwordConfig: vm.passwordConfig,
|
||||
examinationConfig: vm.examinationConfig,
|
||||
chatConfig: vm.chatConfig,
|
||||
accessConfig: vm.accessConfig,
|
||||
|
||||
user: vm.user
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user