Playliste - online
This commit is contained in:
@@ -18,9 +18,9 @@ from pathlib import Path
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# AcoustID API nøgle — gratis til open-source apps
|
||||
# https://acoustid.org/api-key
|
||||
ACOUSTID_API_KEY = "9JYq1saI1H"
|
||||
# AcoustID API nøgle — kan overskrives i Indstillinger → Afspilning
|
||||
# Registrér din egen på https://acoustid.org/new-application
|
||||
ACOUSTID_API_KEY = "71W9SJdajAI"
|
||||
ACOUSTID_API_URL = "https://api.acoustid.org/v2/lookup"
|
||||
|
||||
# Pause mellem API-kald — rolig baggrundskørsel
|
||||
|
||||
Reference in New Issue
Block a user