mirror of
https://git.sr.ht/~phw/scotty
synced 2025-06-05 12:58:33 +02:00
Implemented tests and added documentation for archive
This commit is contained in:
parent
4da5697435
commit
28c618ffce
8 changed files with 221 additions and 6 deletions
|
@ -40,7 +40,7 @@ import (
|
|||
// The export contains the user's listen history, favorite tracks and
|
||||
// user information.
|
||||
type ExportArchive struct {
|
||||
backend archive.Archive
|
||||
backend archive.ArchiveReader
|
||||
}
|
||||
|
||||
// Open a ListenBrainz archive from file path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue