mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-27 05:12:29 +02:00
refactor: remove emojis from Go backend code
- Remove emoji detection (checkmark/cross) from GoLog() in logbuffer.go - Remove emojis from log messages in tidal.go, qobuz.go, amazon.go - Add code-style.md steering rule for no emojis in code - Update logging.md to remove emoji examples
This commit is contained in:
@@ -405,7 +405,7 @@ func downloadFromAmazon(req DownloadRequest) (AmazonDownloadResult, error) {
|
||||
GoLog("[Amazon] No lyrics available from parallel fetch\n")
|
||||
}
|
||||
|
||||
GoLog("[Amazon] ✓ Downloaded successfully from Amazon Music\n")
|
||||
GoLog("[Amazon] Downloaded successfully from Amazon Music\n")
|
||||
|
||||
quality, err := GetAudioQuality(outputPath)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user