Quiet, linter

This commit is contained in:
Gabe Kangas
2022-01-27 14:58:31 -08:00
parent 7b7bbe405b
commit 8bc40486f8
6 changed files with 7 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ func createEmptyOfflinePlaylist(playlistFilePath string, offlineFilename string)
}
p.Close()
f, err := os.Create(playlistFilePath)
f, err := os.Create(playlistFilePath) //nolint:gosec
if err != nil {
log.Errorln(err)
}