optimize song usage

This commit is contained in:
2026-03-15 13:19:20 +01:00
parent d907c89eb6
commit ab535d48b9
21 changed files with 312 additions and 29 deletions

View File

@@ -40,6 +40,10 @@ export class UserSongUsageService {
let showSongsProcessed = 0;
for (const show of shows) {
if (show.archived) {
continue;
}
const ownerId = show.owner;
if (!ownerId) {
continue;