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

fix dynamic images for osx

This commit is contained in:
Luke Pulverenti 2016-08-24 23:44:59 -04:00
parent 48029f4dc7
commit 870c5e2f2d
2 changed files with 2 additions and 1 deletions

View file

@ -60,6 +60,7 @@
itemsContainer.classList.remove('vertical-list');
itemsContainer.classList.add('vertical-wrap');
itemsContainer.classList.add('centered');
}
itemsContainer.innerHTML = '';
}