We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9c554 commit f541489Copy full SHA for f541489
drivers/netease_music/types.go
@@ -2,13 +2,13 @@ package netease_music
2
3
import (
4
"context"
5
- "github.com/alist-org/alist/v3/internal/driver"
6
"io"
7
"net/http"
8
"strconv"
9
"strings"
10
"time"
11
+ "github.com/alist-org/alist/v3/internal/driver"
12
"github.com/alist-org/alist/v3/internal/model"
13
"github.com/alist-org/alist/v3/internal/sign"
14
"github.com/alist-org/alist/v3/pkg/http_range"
@@ -28,8 +28,8 @@ type SongResp struct {
28
}
29
30
type ListResp struct {
31
- Size string `json:"size"`
32
- MaxSize string `json:"maxSize"`
+ Size int64 `json:"size"`
+ MaxSize int64 `json:"maxSize"`
33
Data []struct {
34
AddTime int64 `json:"addTime"`
35
FileName string `json:"fileName"`
0 commit comments