mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore!: remove deviceId and deviceAssetId (#27818)
chore: remove deviceId and deviceAssetId
This commit is contained in:
parent
d410131312
commit
8ee5d3039a
55 changed files with 31 additions and 1102 deletions
|
|
@ -20,8 +20,6 @@ def upload(file):
|
|||
}
|
||||
|
||||
data = {
|
||||
'deviceAssetId': f'{file}-{stats.st_mtime}',
|
||||
'deviceId': 'python',
|
||||
'fileCreatedAt': datetime.fromtimestamp(stats.st_mtime),
|
||||
'fileModifiedAt': datetime.fromtimestamp(stats.st_mtime),
|
||||
'isFavorite': 'false',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue