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

update connection process

This commit is contained in:
Luke Pulverenti 2016-12-13 03:45:04 -05:00
parent d808d1b56a
commit 9a068facd9

View file

@ -155,7 +155,7 @@
promise.then(function (result) {
renderRecordings(context.querySelector('#episodeRecordings'), result.Items, {
showItemCounts: true,
showSeriesYear: true,
showParentTitle: false
});
});