mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
refactor: read musicFolderId from request (but still don't use it)
This commit is contained in:
parent
b62b78edfe
commit
d4365b9f64
4 changed files with 25 additions and 9 deletions
|
@ -9,5 +9,6 @@ type MediaFolder struct {
|
|||
type MediaFolders []MediaFolder
|
||||
|
||||
type MediaFolderRepository interface {
|
||||
Get(id string) (*MediaFolder, error)
|
||||
GetAll() (MediaFolders, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue