mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
chore: remove dead code added by mistake
This commit is contained in:
@@ -21,21 +21,6 @@ const (
|
||||
FormatCustom = Format("custom")
|
||||
)
|
||||
|
||||
// Format to convert episode when downloading episodes
|
||||
type Enclosure struct {
|
||||
// ID of episode
|
||||
ID string `json:"id"`
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
Thumbnail string `json:"thumbnail"`
|
||||
Duration int64 `json:"duration"`
|
||||
VideoURL string `json:"video_url"`
|
||||
PubDate time.Time `json:"pub_date"`
|
||||
Size int64 `json:"size"`
|
||||
Order string `json:"order"`
|
||||
Status EpisodeStatus `json:"status"` // Disk status
|
||||
}
|
||||
|
||||
// Playlist sorting style
|
||||
type Sorting string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user