Merge pull request #6 from aditya-K2/lastfm

Connecting LastFm Api to get Image Urls which is then rendered
This commit is contained in:
Aditya Kurdunkar 2021-11-13 22:02:56 +05:30 committed by GitHub
commit b6936d7300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 205 additions and 85 deletions

5
App.go
View File

@ -1,7 +1,6 @@
package main package main
import ( import (
"github.com/fhs/gompd/mpd"
"github.com/gdamore/tcell/v2" "github.com/gdamore/tcell/v2"
"github.com/rivo/tview" "github.com/rivo/tview"
) )