diff --git a/listen1.html b/listen1.html
index cdbb174..00b8af5 100644
--- a/listen1.html
+++ b/listen1.html
@@ -54,7 +54,7 @@
新建歌单
-
+
{{ playlist.info.title }}
@@ -138,7 +138,7 @@
- -
+
-
@@ -307,7 +307,7 @@
- -
+
-
- -
+
-
{{ song.artist }}
diff --git a/manifest.json b/manifest.json
index 1e76d8d..1229f20 100644
--- a/manifest.json
+++ b/manifest.json
@@ -16,6 +16,6 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "webRequest", "webRequestBlocking"],
- "version": "1.0",
+ "version": "1.2",
"web_accessible_resources": [ "images/*" ]
}