Added notice about breaking change in 0.1.7

This commit is contained in:
Kamil
2024-12-05 09:15:05 +00:00
parent 9e7f331c49
commit 8c30c6183d

View File

@@ -50,6 +50,9 @@ MUSIC_STORAGE_BASE_PATH = '/storage/media/music' # The base path where
# Must be the same value as your music library in jellyfin # Must be the same value as your music library in jellyfin
``` ```
### ⚠️ Breaking change
As some table columns has been renamed, make sure to wipe your existing Jellyplist pgdata. Sorry for the inconvenience.
### Other changes, improvements and fixes ### Other changes, improvements and fixes
- UI/UX: The index page now has content. From there you can directly drop a playlist link - UI/UX: The index page now has content. From there you can directly drop a playlist link
- UI/UX: The Search bar now works with the new API implementation - UI/UX: The Search bar now works with the new API implementation