mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Implement basic metric tracker
This commit is contained in:
@@ -45,9 +45,10 @@ const (
|
||||
)
|
||||
|
||||
type Metadata struct {
|
||||
Provider Provider `json:"provider"`
|
||||
Format Format `json:"format"`
|
||||
Quality Quality `json:"quality"`
|
||||
Provider Provider `json:"provider"`
|
||||
Format Format `json:"format"`
|
||||
Quality Quality `json:"quality"`
|
||||
Downloads int64 `json:"downloads"`
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user