Sending Some Informational Notifications

This commit is contained in:
aditya-K2 2021-11-28 23:38:52 +05:30
parent 2a2e6336e4
commit 95594dd2ab

View File

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