diff --git a/server/controllers/other.go b/server/controllers/other.go
index 05bad442..623821d7 100644
--- a/server/controllers/other.go
+++ b/server/controllers/other.go
@@ -42,9 +42,9 @@ func Plist(c *gin.Context) {
metadata
bundle-identifier
- ci.nn.alist-doc
+ ci.nn.%s
bundle-version
- 1
+ 1.0.0
kind
software
title
@@ -53,7 +53,7 @@ func Plist(c *gin.Context) {
-`, u, name)
+`, u, name, name)
c.Status(200)
c.Header("Content-Type", "application/xml;charset=utf-8")
_, _ = c.Writer.WriteString(plist)