1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: Add TmdbId and ImdbId to manual import movie selection

Fixes #8483
This commit is contained in:
Qstick
2023-05-15 23:47:45 -05:00
parent fe76cbfc6b
commit 731db1ad79
10 changed files with 183 additions and 16 deletions
@@ -1,7 +1,11 @@
// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'movie': string;
'cell': string;
'imdbId': string;
'title': string;
'tmdbId': string;
'year': string;
}
export const cssExports: CssExports;
export default cssExports;