mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed image uploading for virtual items
This commit is contained in:
parent
fad47c6a3b
commit
c73b7385b4
13 changed files with 52 additions and 2 deletions
|
@ -17,6 +17,9 @@
|
|||
|
||||
ApiClient.getStudios(Dashboard.getCurrentUserId(), query).done(function (result) {
|
||||
|
||||
// Scroll back up so they can see the results from the beginning
|
||||
$(document).scrollTop(0);
|
||||
|
||||
var html = '';
|
||||
|
||||
$('.listTopPaging', page).html(LibraryBrowser.getPagingHtml(query, result.TotalRecordCount, true)).trigger('create');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue