fix: support localized Spotify URLs (#1456)

* fix: support localized Spotify URLs

* Update changelog and format using cargo fmt
This commit is contained in:
Bettehem
2024-05-17 22:01:06 +03:00
committed by GitHub
parent 9b54ace100
commit 1ffa03daaf
2 changed files with 14 additions and 1 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Fixed
- Handling localized Spotify URLs
## [1.1.1] - 2024-05-10
### Added