1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

New: Add Year sorting to Discover page

This commit is contained in:
Bwaffles
2025-08-05 14:03:51 -04:00
committed by Robin Dadswell
parent 1d4c506830
commit e88c4bced1
7 changed files with 29 additions and 2 deletions
@@ -28,6 +28,7 @@ interface CssExports {
'studio': string;
'tmdbRating': string;
'traktRating': string;
'year': string;
}
export const cssExports: CssExports;
export default cssExports;