Skip to content

Commit

Permalink
fix merge leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Oct 11, 2024
1 parent d17acb0 commit 5ee2dfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gui_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ func makeSongHandler(entity *subsonic.SubsonicEntity, ui *Ui, fallbackArtist str
}

return func() {
if err := ui.player.PlayUri(id, uri, title, artist, album, duration, track, coverArtId); err != nil {
if err := ui.player.PlayUri(id, uri, title, artist, album, duration, track, disc); err != nil {
if err := ui.player.PlayUri(id, uri, title, artist, album, duration, track, disc, coverArtId); err != nil {
ui.logger.PrintError("SongHandler Play", err)
return
}
Expand Down

0 comments on commit 5ee2dfc

Please sign in to comment.