mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
feat: add filename extension and verbose flag
This commit is contained in:
@@ -6,6 +6,8 @@ import (
|
||||
)
|
||||
|
||||
func (app *App) GetTrackMetadata(url string) (TrackMetadata, error) {
|
||||
app.log("Getting metadata for " + url)
|
||||
|
||||
client := NewSpotifyClient()
|
||||
var result TrackMetadata
|
||||
|
||||
|
||||
Reference in New Issue
Block a user