Spaces:
Sleeping
Sleeping
Dr.Caduceus commited on
Improve: Use download link with share button instead of current window's URL.
Browse filesUsing download link instead of current window's URL make it possible to start playing the current media in external player.
bot/server/templates/player.html
CHANGED
|
@@ -138,7 +138,7 @@
|
|
| 138 |
if (navigator.share) {
|
| 139 |
navigator.share({
|
| 140 |
title: "Play",
|
| 141 |
-
url:
|
| 142 |
});
|
| 143 |
}
|
| 144 |
};
|
|
|
|
| 138 |
if (navigator.share) {
|
| 139 |
navigator.share({
|
| 140 |
title: "Play",
|
| 141 |
+
url: mediaLink
|
| 142 |
});
|
| 143 |
}
|
| 144 |
};
|