refactor(natural): replace maruel/natural with custom natural sort implementation

This commit is contained in:
Deluan 2026-03-14 09:59:51 -04:00
parent 55331b5fd9
commit d79b812467
3 changed files with 215 additions and 1 deletions

View file

@ -13,13 +13,13 @@ import (
"time"
"github.com/Masterminds/squirrel"
"github.com/maruel/natural"
"github.com/navidrome/navidrome/conf"
"github.com/navidrome/navidrome/core"
"github.com/navidrome/navidrome/core/external"
"github.com/navidrome/navidrome/core/ffmpeg"
"github.com/navidrome/navidrome/log"
"github.com/navidrome/navidrome/model"
"github.com/navidrome/navidrome/utils/natural"
)
type albumArtworkReader struct {