Skip to content

Commit

Permalink
bug(core/playback/mpv): jukebox mode under windows - navidrome#2767
Browse files Browse the repository at this point in the history
Fix typo

Signed-off-by: apkatsikas <apkatsikas@gmail.com>
  • Loading branch information
apkatsikas committed Jan 7, 2024
1 parent eb65688 commit b97bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/playback/mpv/mpv.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ var (

func randomSocketName(prefix, suffix string) string {
randBytes := make([]byte, 16)
// we can saely ignore the return value since we're loading into a precreated, fixedsized buffer
// we can safely ignore the return value since we're loading into a precreated, fixedsized buffer
_, _ = rand.Read(randBytes)

socketPath := os.TempDir()
Expand Down

0 comments on commit b97bf61

Please sign in to comment.