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

Option to show audio/subtitle language on movie details (first two unique languages will be shown)

(cherry picked from commit c10677dfe7098295fde39517b3983e8f3f22823d)
This commit is contained in:
Mark McDowall
2022-02-27 01:16:51 -08:00
committed by Bogdan
parent 993e4ca298
commit 933d9e074c
7 changed files with 76 additions and 0 deletions
@@ -34,6 +34,13 @@
width: 100px;
}
.audioLanguages,
.subtitles {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 165px;
}
.releaseGroup {
composes: cell from '~Components/Table/Cells/TableRowCell.css';