Skip to content

Commit 7d44946

Browse files
committed
chore: remove dead code added by mistake
1 parent d3fe8c6 commit 7d44946

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pkg/model/feed.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@ const (
2121
FormatCustom = Format("custom")
2222
)
2323

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-
3924
// Playlist sorting style
4025
type Sorting string
4126

0 commit comments

Comments
 (0)