commit 87f06d086818c1a462088b0e0192d38b01b3c030 parent 26ccf40797fca45bb83e77a487cd2d632abdfd92 Author: mtmn <miro@haravara.org> Date: Sat, 18 Apr 2026 16:06:38 +0200 chore: add orlock to scrobbler Diffstat:
| M | modules/mixins/corpus/users.dhall | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/modules/mixins/corpus/users.dhall b/modules/mixins/corpus/users.dhall @@ -48,5 +48,13 @@ in { users = with databaseFile = "pstmn.db" with backupEnabled = True } + , { slug = "olga" + , config = + defaults + with lastfmUser = Some "archaetropin" + with databaseFile = "olga.db" + with backupEnabled = True + with initialSync = True + } ] }