mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
remove dot from dlna name
This commit is contained in:
@@ -154,7 +154,7 @@ func getDefaultFriendlyName() string {
|
||||
}
|
||||
}
|
||||
if len(list) > 0 {
|
||||
return ret + " • " + list[0]
|
||||
return ret + " " + list[0]
|
||||
}
|
||||
}
|
||||
return ret + ": " + userName + "@" + host
|
||||
|
||||
Reference in New Issue
Block a user