remove dot from dlna name

This commit is contained in:
nikk gitanes
2021-08-27 08:16:48 +03:00
parent c9b8112c4c
commit 065dccbcd4

View File

@@ -154,7 +154,7 @@ func getDefaultFriendlyName() string {
} }
} }
if len(list) > 0 { if len(list) > 0 {
return ret + " " + list[0] return ret + " " + list[0]
} }
} }
return ret + ": " + userName + "@" + host return ret + ": " + userName + "@" + host