1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

New: Display original language on series details and search results page

Closes #6984
This commit is contained in:
Bogdan
2024-07-25 07:31:29 +03:00
committed by GitHub
parent 2a26c6722a
commit fbda2d54c7
7 changed files with 62 additions and 11 deletions
@@ -69,6 +69,11 @@
height: 55px;
}
.originalLanguageName,
.network {
margin-left: 8px;
}
.tvdbLink {
composes: link from '~Components/Link/Link.css';