Skip to content
Snippets Groups Projects
Verified Commit 03b95a5a authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

feat: remove unused type

parent 1a1bb120
No related branches found
No related tags found
No related merge requests found
......@@ -54,12 +54,6 @@ type FileCreateRequest struct {
SourceURI string `json:"sourceURI" enums:"upload://<filename>,https://<host>/<path>,file:///<path>"`
}
type FileUsageListing struct {
Usage struct {
Playlists []store.Playlist `json:"playlists"`
} `json:"results"`
}
type FileImportLogs struct {
Logs store.ImportLogs `json:"results"`
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment