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

fixes #615 - Add settings to control movie/series min backdrop download size

This commit is contained in:
Luke Pulverenti 2013-11-04 10:25:06 -05:00
parent cabe6de6a2
commit c08c0632e1
3 changed files with 13 additions and 1 deletions

View file

@ -501,6 +501,7 @@
};
self.showDownloadMenu = function (type) {
browsableImageStartIndex = 0;
browsableImageType = type;
$('.lnkBrowseImages').trigger('click');
};