Sending Some Informational Notifications
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user