storage fixes
This commit is contained in:
parent
f1332d4200
commit
fa2b97242d
3 changed files with 52 additions and 31 deletions
|
|
@ -55,7 +55,7 @@ type Item struct {
|
|||
DateUpdated *time.Time `json:"date_updated"`
|
||||
Status ItemStatus `json:"status"`
|
||||
Image string `json:"image"`
|
||||
PodcastURL string `json:"podcast_url"`
|
||||
PodcastURL *string `json:"podcast_url"`
|
||||
}
|
||||
|
||||
type ItemFilter struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue