コード例 #1
0
 public async Task TorrentsSetCategory(String hash, String category)
 {
     await _torrents.UpdateCategory(hash, category);
 }