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

update search hints

This commit is contained in:
Luke Pulverenti 2015-08-10 13:37:50 -04:00
parent 299a58f14e
commit ed5e0f9314
7 changed files with 220 additions and 7 deletions

View file

@ -50,6 +50,10 @@
return [Globalize.translate('LabelCollection')];
}
else if (hint.ChannelName) {
return [hint.ChannelName];
}
return [hint.Type];
}