feat: add filename extension and verbose flag

This commit is contained in:
2026-02-19 13:43:07 +01:00
parent 1026868e01
commit 80e2d868d2
7 changed files with 50 additions and 25 deletions

View File

@@ -6,6 +6,8 @@ import (
)
func (app *App) GetTrackMetadata(url string) (TrackMetadata, error) {
app.log("Getting metadata for " + url)
client := NewSpotifyClient()
var result TrackMetadata