Skip to content

Commit

Permalink
V1.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed Feb 20, 2024
1 parent 6b2d66d commit cda7e70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions chrome/player/FastStreamClient.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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);
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cda7e70

Please sign in to comment.