From e9fbebd2d2eb5cbd9c75094c48b5a016eae7d365 Mon Sep 17 00:00:00 2001 From: dylanljones Date: Wed, 6 Dec 2023 18:38:40 +0100 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e46077e..4e82c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ### Improvements/Bug Fixes +- **check if RBv6 db key seems valid ([#105](https://github.com/dylanljones/pyrekordbox/issues/105))** + Check the key if it is passed manually to the db handler and raise an exception + if it doesn't look valid. Only the first few characters are checked. - **also change `OrgFolderPath` and `FileNameL` in `update_content_path` ([#104](https://github.com/dylanljones/pyrekordbox/issues/104))** There were columns missing in the `update_content_path` method. These changes make the file paths consistent.