mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
New: Search library by TheTVDB, TV Maze or IMDB IDs
This commit is contained in:
@@ -18,6 +18,9 @@ function createCleanSeriesSelector() {
|
||||
sortTitle,
|
||||
images,
|
||||
alternateTitles = [],
|
||||
tvdbId,
|
||||
tvMazeId,
|
||||
imdbId,
|
||||
tags = []
|
||||
} = series;
|
||||
|
||||
@@ -27,6 +30,9 @@ function createCleanSeriesSelector() {
|
||||
sortTitle,
|
||||
images,
|
||||
alternateTitles,
|
||||
tvdbId,
|
||||
tvMazeId,
|
||||
imdbId,
|
||||
firstCharacter: title.charAt(0).toLowerCase(),
|
||||
tags: tags.reduce((acc, id) => {
|
||||
const matchingTag = allTags.find((tag) => tag.id === id);
|
||||
|
||||
Reference in New Issue
Block a user