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

New: Trakt ratings

This commit is contained in:
Bogdan
2024-09-23 10:18:45 +03:00
parent b8f1286abb
commit f735e31835
33 changed files with 317 additions and 26 deletions
+1
View File
@@ -30,6 +30,7 @@ interface CssExports {
'studio': string;
'tags': string;
'tmdbRating': string;
'traktRating': string;
'year': string;
}
export const cssExports: CssExports;