mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Renamed project to CloudSonic
This commit is contained in:
parent
ce863f0f35
commit
c417a00e62
67 changed files with 190 additions and 196 deletions
|
@ -3,11 +3,11 @@ package utils
|
|||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/deluan/gosonic/conf"
|
||||
"github.com/cloudsonic/sonic-server/conf"
|
||||
)
|
||||
|
||||
func NoArticle(name string) string {
|
||||
articles := strings.Split(conf.GoSonic.IgnoredArticles, " ")
|
||||
articles := strings.Split(conf.Sonic.IgnoredArticles, " ")
|
||||
for _, a := range articles {
|
||||
n := strings.TrimPrefix(name, a+" ")
|
||||
if n != name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue