mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
fix u115 transtype
This commit is contained in:
@@ -21,7 +21,8 @@ class U115Pan(StorageBase, metaclass=Singleton):
|
|||||||
|
|
||||||
# 支持的整理方式
|
# 支持的整理方式
|
||||||
transtype = {
|
transtype = {
|
||||||
"move": "移动"
|
"move": "移动",
|
||||||
|
"copy": "复制"
|
||||||
}
|
}
|
||||||
|
|
||||||
client: P115Client = None
|
client: P115Client = None
|
||||||
|
|||||||
Reference in New Issue
Block a user