Keep listenbrainz package internal for now

This commit is contained in:
Philipp Wolfer 2025-05-24 00:45:11 +02:00
parent 1025277ba9
commit 8462b9395e
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
12 changed files with 5 additions and 5 deletions

View file

@ -28,8 +28,8 @@ import (
lbapi "go.uploadedlobster.com/scotty/internal/backends/listenbrainz"
"go.uploadedlobster.com/scotty/internal/config"
"go.uploadedlobster.com/scotty/internal/i18n"
"go.uploadedlobster.com/scotty/internal/listenbrainz"
"go.uploadedlobster.com/scotty/internal/models"
"go.uploadedlobster.com/scotty/pkg/listenbrainz"
)
const batchSize = 2000