mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Trigger UI refresh on media annotation events: star
, setRating
and scrobble
This commit is contained in:
parent
2afb2db7ef
commit
cefc939909
8 changed files with 33 additions and 13 deletions
|
@ -21,6 +21,7 @@ var allProviders = wire.NewSet(
|
|||
subsonic.New,
|
||||
app.New,
|
||||
persistence.New,
|
||||
GetBroker,
|
||||
)
|
||||
|
||||
func CreateServer(musicFolder string) *server.Server {
|
||||
|
@ -33,7 +34,6 @@ func CreateServer(musicFolder string) *server.Server {
|
|||
func CreateAppRouter() *app.Router {
|
||||
panic(wire.Build(
|
||||
allProviders,
|
||||
GetBroker,
|
||||
))
|
||||
}
|
||||
|
||||
|
@ -60,7 +60,6 @@ func GetScanner() scanner.Scanner {
|
|||
func createScanner() scanner.Scanner {
|
||||
panic(wire.Build(
|
||||
allProviders,
|
||||
GetBroker,
|
||||
scanner.New,
|
||||
))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue