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:
parent
cabe6de6a2
commit
c08c0632e1
3 changed files with 13 additions and 1 deletions
|
@ -501,6 +501,7 @@
|
|||
};
|
||||
|
||||
self.showDownloadMenu = function (type) {
|
||||
browsableImageStartIndex = 0;
|
||||
browsableImageType = type;
|
||||
$('.lnkBrowseImages').trigger('click');
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue