Surface the existing pin (keep-from-cull) and per-file delete actions as visible inline buttons on each offline cache row instead of context-menu-only: a star toggles protection from auto-cull (and restore-if-missing), a trash culls that file early. Aligns wording/icons to the star metaphor. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
18 lines
446 B
JSON
18 lines
446 B
JSON
{
|
|
"name": "@tv-anarchy/media",
|
|
"version": "0.1.0",
|
|
"description": "Shared media scanning, organization, titles, quality handling for DRY (Library + Download).",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"typescript": "^5.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@tv-anarchy/types": "workspace:*"
|
|
}
|
|
}
|