Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdba880 commit 354f52bCopy full SHA for 354f52b
1 file changed
README.md
@@ -56,7 +56,7 @@ function onDeviceReady() {
56
artist = "Daft Punk";
57
title = "One More Time";
58
album = "Discovery";
59
- image = "path_within_documents_storage";
+ image = "path_within_documents_storage OR url_starting_with_http_or_https";
60
duration = my_media.getDuration();
61
elapsedTime = my_media.getElapsedTime();
62
0 commit comments