File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
### Improvements/Bug Fixes
7
7
8
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
9
+ This prevents deleting a content instead of a playlist song by accident.
10
+ - ** db:** ** fix timezone issue when setting datetimes ([ #168 ] ( https://github.com/dylanljones/pyrekordbox/issues/168 ) )**
11
+ Datetime fields are now set with UTC which is the same format that Rekordbox uses.
12
+ Timezone agnostic dates or dates with another timezone are converted accordingly.
10
13
- ** xml:** ** fix issue with pretty-formatting xml string ([ #164 ] ( https://github.com/dylanljones/pyrekordbox/issues/164 ) )**
11
14
For Python>3.8 the built-in indentation is used, for Python3.8 the XML string is returned unformatted if minidom fails
12
15
- ** add type hints across the codebase and use mypy for static type checking**
You can’t perform that action at this time.
0 commit comments