Use custom sanitize package, fix #2070

This commit is contained in:
Deluan 2023-01-12 13:39:05 -05:00
parent df0f140f9f
commit fdbece5c92
7 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ import (
"sync"
"time"
"github.com/kennygrant/sanitize"
"github.com/deluan/sanitize"
"github.com/navidrome/navidrome/log"
"github.com/navidrome/navidrome/model"
"github.com/navidrome/navidrome/server/subsonic/responses"