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

New: IMDb ratings and genres in add movie search results

This commit is contained in:
Bogdan
2023-12-12 21:55:09 +02:00
parent fa62f3f66a
commit 43d2f2804b
3 changed files with 51 additions and 4 deletions
@@ -5,6 +5,7 @@ interface CssExports {
'certification': string;
'content': string;
'exclusionIcon': string;
'genres': string;
'icons': string;
'links': string;
'overlay': string;
@@ -14,6 +15,7 @@ interface CssExports {
'runtime': string;
'searchResult': string;
'statusContainer': string;
'studio': string;
'title': string;
'titleContainer': string;
'titleRow': string;