Sending Some Informational Notifications

This commit is contained in:
aditya-K2 2021-11-28 23:38:52 +05:30
parent 2a2e6336e4
commit 95594dd2ab
1 changed files with 3 additions and 0 deletions

View File

@ -87,8 +87,11 @@ func getImagePath(path string) string {
NOTIFICATION_SERVER.Send("Image From LastFM")
extractedImage = downloadedImage
} else {
NOTIFICATION_SERVER.Send("Falling Back to Default Image.")
cache.PointToDefault(a[0]["artist"], a[0]["album"])
}
} else {
NOTIFICATION_SERVER.Send("Extracted Image Successfully")
}
}
}