Update Drive.java

This commit is contained in:
FongMi 2025-04-09 01:04:28 +08:00
parent 59985eced5
commit ba61d27925
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class Drive {
private String pass;
@SerializedName("path")
private String path;
@SerializedName("webdav")
private Sardine webdav;
public static List<Drive> arrayFrom(String str) {