mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-13 13:51:53 +00:00
Support traffic statistics.
This commit is contained in:
@@ -497,7 +497,8 @@ zip_download_mgr_start_zip_task (ZipDownloadMgr *mgr,
|
||||
obj->repo = repo;
|
||||
obj->user = g_strdup (seafile_web_access_get_username (info));
|
||||
|
||||
if (strcmp (operation, "download-dir") == 0) {
|
||||
if (strcmp (operation, "download-dir") == 0 ||
|
||||
strcmp (operation, "download-dir-link") == 0) {
|
||||
obj->type = DOWNLOAD_DIR;
|
||||
ret = parse_download_dir_data (obj, data);
|
||||
if (ret < 0) {
|
||||
|
Reference in New Issue
Block a user