diff --git a/assets/scripts.js b/assets/scripts.js
index c78bec4..621d7c9 100644
--- a/assets/scripts.js
+++ b/assets/scripts.js
@@ -573,6 +573,12 @@ function playSegment(segmentId, noSeek) {
return false;
}
+function reset() {
+ ls.clear();
+ location.hash = '';
+ location.reload();
+}
+
var lastHash = '';
function playHash(hash) {
// console.log('playHash', lastHash, '->', hash);
diff --git a/index.html b/index.html
index 0c79bbb..6b3de90 100644
--- a/index.html
+++ b/index.html
@@ -39,6 +39,13 @@
+
@@ -54,6 +61,8 @@
Original version - joric |
Web page, subtitles - Mehotkhan (donate) |
Many fixes, improvements, and everything else - CyberShadow
+
+ This player remembers your choices and watch history. Click here to reset and start from scratch.