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

feat: remove unused PlaylistsListing type

parent e2c31c1e
No related branches found
No related tags found
No related merge requests found
...@@ -63,8 +63,3 @@ type FileUsageListing struct { ...@@ -63,8 +63,3 @@ type FileUsageListing struct {
type FileImportLogs struct { type FileImportLogs struct {
Logs store.ImportLogs `json:"results"` Logs store.ImportLogs `json:"results"`
} }
// Playlists
type PlaylistsListing struct {
Playlists []store.Playlist `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