feat: super update

This commit is contained in:
5rahim
2025-09-15 21:58:03 +02:00
parent e50148ebf9
commit e9b0d6e553
19 changed files with 1469 additions and 8 deletions

View File

@@ -50200,6 +50200,45 @@
],
"comments": []
},
{
"filepath": "../internal/library_explorer/superupdate.go",
"filename": "superupdate.go",
"name": "SuperUpdateFileOptions",
"formattedName": "LibraryExplorer_SuperUpdateFileOptions",
"package": "library_explorer",
"fields": [
{
"name": "Path",
"jsonName": "path",
"goType": "string",
"typescriptType": "string",
"required": true,
"public": true,
"comments": []
},
{
"name": "NewName",
"jsonName": "newName",
"goType": "string",
"typescriptType": "string",
"required": false,
"public": true,
"comments": []
},
{
"name": "Metadata",
"jsonName": "metadata",
"goType": "anime.LocalFileMetadata",
"typescriptType": "Anime_LocalFileMetadata",
"usedTypescriptType": "Anime_LocalFileMetadata",
"usedStructName": "anime.LocalFileMetadata",
"required": false,
"public": true,
"comments": []
}
],
"comments": []
},
{
"filepath": "../internal/local/database.go",
"filename": "database.go",