Jan
Jan
### The bug The slideshow does not pause when a video is played. Also, it resumes to playing state when the video is over. ### The OS that Immich Server...
### Introduction I was having issues with the action-gh-release@v2, I found that there were some other issues with `v1` that were fixed in `v2`. I had to spend quite a...
- Reassigned 'Select all' from `shift`+`k` => `a` - Reassigned 'Select none' from `shift`+`t` => `d` - Added new shortcut to 'View asset' on `s` Feel free to change things...
### The bug https://demo.immich.app/doc#/Search/searchRandom calling the `POST /search/random` endpoint with parameters like `withExif` or `personIds` returns an internal server error ### The OS that Immich Server is running on Unraid...
When I publish my app and do `dotnet .dll`, only the webapi gets started, and the frontend is not running. It works with just `dotnet run`