mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Show machine photo thumbnails in machine details.
This commit is contained in:
@@ -31,7 +31,7 @@ public sealed class MachinePhotoCache
|
||||
|
||||
public async Task<Stream> GetThumbnailAsync(Guid photoId)
|
||||
{
|
||||
var filename = $"{photoId}.svg";
|
||||
var filename = $"{photoId}.webp";
|
||||
|
||||
Stream retStream;
|
||||
|
||||
@@ -53,7 +53,7 @@ public sealed class MachinePhotoCache
|
||||
|
||||
public async Task<Stream> GetPhotoAsync(Guid photoId)
|
||||
{
|
||||
var filename = $"{photoId}.svg";
|
||||
var filename = $"{photoId}.webp";
|
||||
|
||||
Stream retStream;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user