1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -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
@@ -0,0 +1,18 @@
.title {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
flex: 4 0 140px;
}
.year {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
flex: 0 0 70px;
}
.imdbId,
.tmdbId {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
flex: 0 0 110px;
}