mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
d8f6787364
commit
8cb04d45ec
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@
|
||||||
function addCurrentItemToQuery(query) {
|
function addCurrentItemToQuery(query) {
|
||||||
|
|
||||||
if (currentItem.Type == "Person") {
|
if (currentItem.Type == "Person") {
|
||||||
query.Person = currentItem.Name;
|
query.PersonIds = currentItem.Id;
|
||||||
}
|
}
|
||||||
else if (currentItem.Type == "Genre") {
|
else if (currentItem.Type == "Genre") {
|
||||||
query.Genres = currentItem.Name;
|
query.Genres = currentItem.Name;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue