ChandimaPrabath commited on
Commit
b8a5d63
·
1 Parent(s): aa7ee0b
Files changed (1) hide show
  1. LoadBalancer.py +1 -1
LoadBalancer.py CHANGED
@@ -150,7 +150,7 @@ class LoadBalancer:
150
  }
151
 
152
  # Prepare response with download progress URL
153
- music_id = result["music_id"]
154
  status = result["status"]
155
  progress_url = f'{best_instance}/api/get/progress/{music_id}'
156
 
 
150
  }
151
 
152
  # Prepare response with download progress URL
153
+ music_id = self.get_music_id(file_name)
154
  status = result["status"]
155
  progress_url = f'{best_instance}/api/get/progress/{music_id}'
156