getRandomSongs.view (partially) implemented
This commit is contained in:
@@ -52,4 +52,5 @@ type MediaFileRepository interface {
|
||||
FindByAlbum(albumId string) (MediaFiles, error)
|
||||
GetStarred(options QueryOptions) (MediaFiles, error)
|
||||
PurgeInactive(active MediaFiles) ([]string, error)
|
||||
GetAllIds() ([]string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user