Skip to content

Commit

Permalink
hide title correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Jan 11, 2025
1 parent 743d06b commit 4df3266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tauon/t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18918,7 +18918,7 @@ def best(folder):
pl_gen(
title=pctl.multi_playlist[pl].title + add_pl_tag(_("Top Played Albums")),
playlist_ids=copy.deepcopy(playlist),
hide_title=True))
hide_title=False))

pctl.gen_codes[pl_to_id(len(pctl.multi_playlist) - 1)] = "s\"" + pctl.multi_playlist[pl].title + "\" a pa>"

Expand Down Expand Up @@ -18975,7 +18975,7 @@ def best(folder):
pl_gen(
title=pctl.multi_playlist[pl].title + add_pl_tag(_("Top Rated Albums")),
playlist_ids=copy.deepcopy(playlist),
hide_title=True))
hide_title=False))

pctl.gen_codes[pl_to_id(len(pctl.multi_playlist) - 1)] = "s\"" + pctl.multi_playlist[pl].title + "\" a rata>"

Expand Down

0 comments on commit 4df3266

Please sign in to comment.