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 d3fe8c6 commit 7d44946Copy full SHA for 7d44946
pkg/model/feed.go
@@ -21,21 +21,6 @@ const (
21
FormatCustom = Format("custom")
22
)
23
24
-// Format to convert episode when downloading episodes
25
-type Enclosure struct {
26
- // ID of episode
27
- ID string `json:"id"`
28
- Title string `json:"title"`
29
- Description string `json:"description"`
30
- Thumbnail string `json:"thumbnail"`
31
- Duration int64 `json:"duration"`
32
- VideoURL string `json:"video_url"`
33
- PubDate time.Time `json:"pub_date"`
34
- Size int64 `json:"size"`
35
- Order string `json:"order"`
36
- Status EpisodeStatus `json:"status"` // Disk status
37
-}
38
-
39
// Playlist sorting style
40
type Sorting string
41
0 commit comments