mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
storage fixes
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user