We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a1b6c commit 64c798fCopy full SHA for 64c798f
CHANGELOG.md
@@ -5,6 +5,8 @@
5
6
### Improvements/Bug Fixes
7
8
+- **db:** **add type checks for deleting playlists and playlist songs ([#169](https://github.com/dylanljones/pyrekordbox/issues/169))**
9
+ This prevents deleting a content instead of a playlist song by accident
10
- **xml:** **fix issue with pretty-formatting xml string ([#164](https://github.com/dylanljones/pyrekordbox/issues/164))**
11
For Python>3.8 the built-in indentation is used, for Python3.8 the XML string is returned unformatted if minidom fails
12
- **add type hints across the codebase and use mypy for static type checking**
0 commit comments