Move project to Navidrome GitHub organization

This commit is contained in:
Deluan
2021-02-06 21:46:35 -05:00
parent bc609be3c9
commit 6ee45a9ccc
141 changed files with 406 additions and 407 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"regexp"
"strings"
"github.com/deluan/navidrome/conf"
"github.com/deluan/navidrome/log"
"github.com/navidrome/navidrome/conf"
"github.com/navidrome/navidrome/log"
)
type ffmpegMetadata struct {
+2 -2
View File
@@ -9,9 +9,9 @@ import (
"strings"
"time"
"github.com/deluan/navidrome/conf"
"github.com/deluan/navidrome/log"
"github.com/google/uuid"
"github.com/navidrome/navidrome/conf"
"github.com/navidrome/navidrome/log"
)
type Extractor interface {
+2 -2
View File
@@ -3,8 +3,8 @@ package metadata
import (
"testing"
"github.com/deluan/navidrome/log"
"github.com/deluan/navidrome/tests"
"github.com/navidrome/navidrome/log"
"github.com/navidrome/navidrome/tests"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
+2 -2
View File
@@ -4,9 +4,9 @@ import (
"errors"
"os"
"github.com/deluan/navidrome/log"
"github.com/deluan/navidrome/scanner/metadata/taglib"
"github.com/dhowden/tag"
"github.com/navidrome/navidrome/log"
"github.com/navidrome/navidrome/scanner/metadata/taglib"
)
type taglibMetadata struct {
+1 -1
View File
@@ -17,7 +17,7 @@ import (
"sync"
"unsafe"
"github.com/deluan/navidrome/log"
"github.com/navidrome/navidrome/log"
)
func Read(filename string) (map[string]string, error) {