add more management capabilities

This commit is contained in:
Garret Patti
2026-04-11 18:33:03 -04:00
parent 1ca90184f5
commit 768c49ef00
16 changed files with 1420 additions and 55 deletions

View File

@@ -48,6 +48,7 @@ export interface Movie {
posterUrl: string | null
backdropUrl: string | null
videoPath: string
manuallyEdited?: boolean
}
export interface TvSeries {
@@ -61,6 +62,7 @@ export interface TvSeries {
posterUrl: string | null
backdropUrl: string | null
seasonCount: number
manuallyEdited?: boolean
}
export interface TvSeason {