style(playlist): remove unused code

This commit is contained in:
bergquist
2016-01-29 01:23:51 +01:00
parent ea7c2e73ad
commit 64a18874e1

View File

@@ -78,7 +78,6 @@ type UpdatePlaylistCommand struct {
Name string `json:"name" binding:"Required"`
Type string `json:"type"`
Interval string `json:"interval"`
Data []int64 `json:"data"`
Items []PlaylistItemDTO `json:"items"`
Result *PlaylistDTO
@@ -86,7 +85,6 @@ type UpdatePlaylistCommand struct {
type CreatePlaylistCommand struct {
Name string `json:"name" binding:"Required"`
Type string `json:"type"`
Interval string `json:"interval"`
Data []int64 `json:"data"`
Items []PlaylistItemDTO `json:"items"`