mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Auto-Import playlists found in the Music Folder
This commit is contained in:
parent
35114be5f7
commit
b9b6ce066b
9 changed files with 160 additions and 12 deletions
|
@ -22,6 +22,7 @@ type UserRepository interface {
|
|||
CountAll(...QueryOptions) (int64, error)
|
||||
Get(id string) (*User, error)
|
||||
Put(*User) error
|
||||
FindFirstAdmin() (*User, error)
|
||||
// FindByUsername must be case-insensitive
|
||||
FindByUsername(username string) (*User, error)
|
||||
UpdateLastLoginAt(id string) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue