improve test scripts, bump deezspot and fix playlist issues

This commit is contained in:
Xoconoch
2025-06-08 18:08:13 -06:00
parent 1cdb6dc915
commit ca77c0e9f3
9 changed files with 194 additions and 183 deletions

View File

@@ -403,6 +403,9 @@ def get_credential(service, name):
"name": data.get("name"),
"region": data.get("region"),
"blob_content": data.get("blob_content"),
"blob_file_path": data.get(
"blob_file_path"
), # Ensure blob_file_path is returned
}
return cleaned_data