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

update icons

This commit is contained in:
Luke Pulverenti 2015-06-30 00:33:53 -04:00
parent 601e6202e3
commit b038bc1785
77786 changed files with 32 additions and 209091 deletions

View file

@ -483,7 +483,10 @@
}).on('pagebeforeshowready', "#liveTvGuidePage", function () {
var page = this;
reloadPage(page);
if (NavHelper.needsRefresh(page)) {
reloadPage(page);
}
});
})(jQuery, document);