refactor(jsoncommentstrip): replace go-jsoncommentstrip with custom JSON comment stripping

This commit is contained in:
Deluan 2026-03-14 09:59:52 -04:00
parent d79b812467
commit 8939f31d55
3 changed files with 293 additions and 1 deletions

View file

@ -9,10 +9,10 @@ import (
"os"
"path/filepath"
"github.com/RaveNoX/go-jsoncommentstrip"
"github.com/navidrome/navidrome/conf"
"github.com/navidrome/navidrome/model"
"github.com/navidrome/navidrome/model/criteria"
"github.com/navidrome/navidrome/utils/jsoncommentstrip"
)
func (s *playlists) newSyncedPlaylist(baseDir string, playlistFile string) (*model.Playlist, error) {