This commit is contained in:
YOLANDO
2026-03-25 12:37:26 +07:00
parent f962f16308
commit b5b6135cc3
8 changed files with 77 additions and 62 deletions

View File

@@ -110,7 +110,7 @@ async def process_youtube_request(query: str):
# ==========================================
# FITUR TAMBAHAN: YOUTUBE MIX RECOMMENDATION
# ==========================================
def fetch_recommendations_sync(video_id: str, limit: int = 3):
def fetch_recommendations_sync(video_id: str, limit: int = 5):
"""
Mengambil rekomendasi lagu dari YouTube Mix algoritma (Vibes/Genre serupa)
"""