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

-Correct black background to fill the view port

-Columns display fix
This commit is contained in:
Tavares André 2015-05-26 19:16:21 +02:00
parent 28f378f8db
commit d215869988
2 changed files with 1 additions and 3 deletions

View file

@ -999,8 +999,6 @@
var delimiter = '|';
result.map(function (item) {
filters = (delimiter + filters).replace(delimiter + item.FieldName, '').substring(1);
if (item.Visible)
filters = filters ? (filters + delimiter + item.FieldName) : item.FieldName;
});