You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 14:13:55 +01:00
huh
This commit is contained in:
@@ -63,7 +63,7 @@ def calculate_category_percentages(playlists, days):
|
|||||||
for category in category_counts.keys():
|
for category in category_counts.keys():
|
||||||
for file in playlists[day][category]:
|
for file in playlists[day][category]:
|
||||||
category_counts[category] += 1
|
category_counts[category] += 1
|
||||||
if "Polskie" in file:
|
if "Polskie" in file or "Dzem" in file:
|
||||||
polskie_counts[category] += 1
|
polskie_counts[category] += 1
|
||||||
|
|
||||||
total_count = sum(category_counts.values())
|
total_count = sum(category_counts.values())
|
||||||
|
|||||||
Reference in New Issue
Block a user