Remove TODO

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2022-05-16 00:12:21 +01:00
parent 326e6b8ac6
commit a3e07530d8
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -87,8 +87,6 @@ func run() error {
}
}
// TODO: Spotify provider!
func getCommitHash() string {
bi, ok := debug.ReadBuildInfo()
if !ok {