add trackiterator
This commit is contained in:
@@ -8,6 +8,10 @@ type AlbumIterator interface {
|
||||
Next() *subsonic.AlbumID3
|
||||
}
|
||||
|
||||
type TrackIterator interface {
|
||||
Next() *subsonic.Child
|
||||
}
|
||||
|
||||
type LibraryManager struct {
|
||||
PreCacheCoverFn func(coverID string)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user