fix(playlist): fixed sorting issue with playlist playback, fixes #5467

This commit is contained in:
Torkel Ödegaard
2016-09-22 10:06:03 +02:00
parent 598ac0e815
commit 39af588a94
6 changed files with 48 additions and 24 deletions
-11
View File
@@ -57,17 +57,6 @@ func (this PlaylistDashboard) TableName() string {
type Playlists []*Playlist
type PlaylistDashboards []*PlaylistDashboard
//
// DTOS
//
type PlaylistDashboardDto struct {
Id int64 `json:"id"`
Slug string `json:"slug"`
Title string `json:"title"`
Uri string `json:"uri"`
}
//
// COMMANDS
//