mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
android improvements
This commit is contained in:
parent
3100702e93
commit
f039672a2a
14 changed files with 70 additions and 51 deletions
|
|
@ -15,7 +15,13 @@ import 'package:pigeon/pigeon.dart';
|
|||
@HostApi()
|
||||
abstract class ThumbnailApi {
|
||||
@async
|
||||
Map<String, int> requestImage(String assetId, {required int requestId, required int width, required int height});
|
||||
Map<String, int> requestImage(
|
||||
String assetId, {
|
||||
required int requestId,
|
||||
required int width,
|
||||
required int height,
|
||||
required bool isVideo,
|
||||
});
|
||||
|
||||
void cancelImageRequest(int requestId);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue