mirror of
https://git.sr.ht/~phw/scotty
synced 2025-06-05 04:58:33 +02:00
Renamed listenbrainz.Archive to listenbrainz.ExportArchive
This commit is contained in:
parent
8462b9395e
commit
cf5319309a
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue