Benjamin Ifland dd68a6b21d fix lf lint rule
2026-03-13 09:48:27 +01:00
2021-05-21 20:17:26 +02:00
2020-05-13 19:35:21 +02:00
2026-03-11 18:33:41 +01:00
2020-05-13 19:35:21 +02:00
2026-03-09 22:56:31 +01:00
2020-05-13 19:35:21 +02:00
2026-03-13 09:48:27 +01:00
2020-05-13 19:35:21 +02:00
2019-03-16 16:21:25 +01:00
2022-02-13 21:32:19 +01:00
2026-03-13 09:48:27 +01:00
2026-03-09 22:43:40 +01:00
2026-03-09 18:33:11 +01:00
2025-01-03 21:01:56 +01:00
2024-02-24 22:01:48 +01:00
2020-05-13 19:35:21 +02:00
2020-05-17 16:09:31 +02:00
2020-05-13 19:35:21 +02:00
2026-03-13 09:48:27 +01:00
2026-03-09 22:56:31 +01:00
2026-03-09 17:41:24 +01:00
2020-05-13 19:35:21 +02:00
2026-03-09 22:43:40 +01:00
2020-05-13 19:35:21 +02:00

wgenerator

Admin migration

If songUsage needs to be rebuilt from all existing shows, log in with a user that has the admin role and run this in the browser console:

await window.wgeneratorAdmin.rebuildSongUsage()

The migration:

  • resets songUsage for all users
  • scans all shows and all shows/{id}/songs entries
  • rebuilds the per-user counters based on show ownership

It returns a summary object with processed user, show and show-song counts.

This is intended as a manual one-off migration and is read-heavy by design.

Description
No description provided
Readme 21 MiB
Languages
TypeScript 60.3%
HTML 32.8%
CSS 6.4%
JavaScript 0.5%