Use new slices package from Go standard lib

This commit is contained in:
Deluan
2024-02-16 22:00:44 -05:00
parent 166eb37787
commit 97c7e5daaf
9 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -5,6 +5,7 @@ import (
"encoding/json"
"mime"
"path/filepath"
"slices"
"sort"
"strings"
"time"
@@ -13,7 +14,6 @@ import (
"github.com/navidrome/navidrome/consts"
"github.com/navidrome/navidrome/utils"
"github.com/navidrome/navidrome/utils/slice"
"golang.org/x/exp/slices"
)
type MediaFile struct {