diff --git a/chrome/manifest.json b/chrome/manifest.json index 1a1daa0c..3f592b38 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -3,7 +3,7 @@ "default_locale": "en", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "1.2.21", + "version": "1.2.22", "author": "Andrew S", "options_ui": { "page": "player/options/index.html", diff --git a/chrome/player/FastStreamClient.mjs b/chrome/player/FastStreamClient.mjs index 8ac21462..2f610940 100644 --- a/chrome/player/FastStreamClient.mjs +++ b/chrome/player/FastStreamClient.mjs @@ -417,7 +417,7 @@ export class FastStreamClient extends EventEmitter { this.play(); } } catch (e) { - const msg = 'Please send this error to the developer: ' + e.message + '\n' + e.stack; + const msg = 'Please send this error to the developer at https://github.com/Andrews54757/FastStream/issues \n' + e.message + '\n' + e.stack; const el = document.createElement('div'); el.style.position = 'fixed'; el.style.top = '0'; @@ -431,7 +431,7 @@ export class FastStreamClient extends EventEmitter { } - if (this.progressMemory && this.options.storeProgress) { + if (this.progressMemory && this.options.stofrogress) { await this.loadProgressData(true); } } diff --git a/package.json b/package.json index 3863a0ff..79d11dfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faststream", - "version": "1.2.21", + "version": "1.2.22", "description": "Stream without buffering", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",