1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update music artists

This commit is contained in:
Luke Pulverenti 2017-01-05 23:38:03 -05:00
parent 8ab940f95a
commit f4278dfc1a

View file

@ -1184,7 +1184,7 @@ define(['events', 'datetime', 'appSettings', 'pluginManager', 'userSettings', 'g
}
else if (item.IsFolder) {
query.ParentId = id;
query.ParentId = item.Id;
}
else {