fix: fill_weighted sorts by recency via playback history

This commit is contained in:
2026-07-12 15:24:17 +02:00
parent 9558f04f73
commit 8dabbdf280
3 changed files with 27 additions and 44 deletions

View File

@@ -744,6 +744,7 @@ impl ScheduleEngineService {
params.strategy,
rotation.last_item_id,
params.loop_on_finish,
rotation.history,
);
let mut slots = Vec::new();