Renamed parameter for lbarchive also to "archive-file"

This commit is contained in:
Philipp Wolfer 2025-05-24 17:38:19 +02:00
parent 7fb77da135
commit 1ef498943b
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
2 changed files with 7 additions and 5 deletions

View file

@ -23,8 +23,10 @@ check-duplicate-listens = false
# This backend supports listens from a ListenBrainz export archive
# (https://listenbrainz.org/settings/export/).
backend = "listenbrainz-archive"
# The file path to the ListenBrainz export archive.
file-path = "./listenbrainz_outsidecontext.zip"
# The file path to the ListenBrainz export archive. The path can either point
# to the ZIP file as downloaded from ListenBrainz or a directory were the
# ZIP was extracted to.
archive-path = "./listenbrainz_outsidecontext.zip"
[service.maloja]
# Maloja is a self hosted listening service (https://github.com/krateng/maloja)