add more management capabilities
This commit is contained in:
@@ -107,6 +107,7 @@ export function moviesFromDb(libraryId: string): Movie[] {
|
||||
posterUrl: meta.posterUrl ?? null,
|
||||
backdropUrl: meta.backdropUrl ?? null,
|
||||
videoPath: row.file_path ?? '',
|
||||
manuallyEdited: meta.manuallyEdited === true,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user