Renamed listenbrainz.Archive to listenbrainz.ExportArchive

This commit is contained in:
Philipp Wolfer 2025-05-24 00:51:28 +02:00
parent 8462b9395e
commit cf5319309a
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
2 changed files with 8 additions and 8 deletions

View file

@ -69,7 +69,7 @@ func (b *ListenBrainzArchiveBackend) ExportListens(
},
}
archive, err := listenbrainz.OpenArchive(b.filePath)
archive, err := listenbrainz.OpenExportArchive(b.filePath)
if err != nil {
p.Export.Abort()
progress <- p