Commit 00b9860

benny-dou <60535774+benny-dou@users.noreply.github.com>
2025-08-15 17:55:41
fix(permission): add spotify to service check
1 parent 9435615
Changed files (1)
src/permission.py
@@ -117,6 +117,7 @@ def check_service(cid: int | str, ctype: str) -> dict:
         "weibo": True,
         "xhs": True,
         "music163": True,
+        "spotify": True,
         "github": True,
         "wechat": True,
         "reddit": True,