mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: various typos (grouped in to separate commits) (#18177)
This commit is contained in:
parent
ccc2b191dd
commit
b1e1362246
8 changed files with 8 additions and 8 deletions
|
|
@ -123,7 +123,7 @@
|
|||
await progressBarController.set(1);
|
||||
} catch (error) {
|
||||
// this may happen if browser blocks auto-play of the video on first page load. This can either be a setting
|
||||
// or just defaut in certain browsers on page load without any DOM interaction by user.
|
||||
// or just default in certain browsers on page load without any DOM interaction by user.
|
||||
console.error(`handleAction[${callingContext}] videoPlayer play problem: ${error}`);
|
||||
paused = true;
|
||||
await progressBarController.set(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue