This commit is contained in:
afkarxyz
2025-06-21 05:03:32 +07:00
parent 1b0d67702d
commit 2306b1f8d2
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -674,7 +674,7 @@ class TidalDownloader:
async def get_track_download_info(self, track_id, quality="LOSSLESS"):
try:
download_api_url = f"https://tidal.401658.xyz/track/?id={track_id}&quality={quality}"
download_api_url = f"https://hifi.401658.xyz/track/?id={track_id}&quality={quality}"
async with httpx.AsyncClient(http2=True, timeout=self.timeout) as client:
response = await client.get(download_api_url)