feat(torrents): add access limit to maker group settings of torrent uploader

This commit is contained in:
OldHawk
2018-04-24 12:01:53 +08:00
parent a1806b0a29
commit ab3d7ac2bb
9 changed files with 34 additions and 13 deletions

View File

@@ -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
});