update translations
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user