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