mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Rename env vars prefix to ND_
This commit is contained in:
parent
d48ddacaba
commit
bff6f3a4bd
18 changed files with 42 additions and 42 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
func NoArticle(name string) string {
|
||||
articles := strings.Split(conf.Sonic.IgnoredArticles, " ")
|
||||
articles := strings.Split(conf.Server.IgnoredArticles, " ")
|
||||
for _, a := range articles {
|
||||
n := strings.TrimPrefix(name, a+" ")
|
||||
if n != name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue