fix: rename Trending Now to Trending

This commit is contained in:
KV-Tube Deployer 2026-01-02 12:48:29 +07:00
parent 622f91bf71
commit b8b06ab6df

2
app.py
View file

@ -1088,7 +1088,7 @@ def trending():
# === Define Standard Sections === # === Define Standard Sections ===
sections_to_fetch = [ sections_to_fetch = [
{'id': 'trending', 'title': 'Trending Now', 'icon': 'fire'}, {'id': 'trending', 'title': 'Trending', 'icon': 'fire'},
{'id': 'music', 'title': 'Music', 'icon': 'music'}, {'id': 'music', 'title': 'Music', 'icon': 'music'},
{'id': 'tech', 'title': 'Tech & AI', 'icon': 'microchip'}, {'id': 'tech', 'title': 'Tech & AI', 'icon': 'microchip'},
{'id': 'movies', 'title': 'Movies', 'icon': 'film'}, {'id': 'movies', 'title': 'Movies', 'icon': 'film'},