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

New: Show Year in Header Search Results

Fixes: #4547
This commit is contained in:
Qstick
2020-06-29 22:57:22 -04:00
parent cdd653bea9
commit ccb206aed1
2 changed files with 5 additions and 1 deletions
@@ -16,6 +16,7 @@ function createCleanMovieSelector() {
title,
titleSlug,
sortTitle,
year,
images,
alternateTitles = [],
tags = []
@@ -25,6 +26,7 @@ function createCleanMovieSelector() {
title,
titleSlug,
sortTitle,
year,
images,
alternateTitles,
firstCharacter: title.charAt(0).toLowerCase(),