mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
6f781f5a96
commit
668f8ba11f
22 changed files with 164 additions and 55 deletions
|
@ -37,6 +37,12 @@
|
|||
|
||||
updateFilterControls(page);
|
||||
|
||||
var context = getParameterByName('context');
|
||||
|
||||
if (context == 'home') {
|
||||
context = 'folders';
|
||||
}
|
||||
|
||||
if (view == "Backdrop") {
|
||||
|
||||
html = LibraryBrowser.getPosterViewHtml({
|
||||
|
@ -44,7 +50,8 @@
|
|||
shape: "smallBackdrop",
|
||||
showTitle: true,
|
||||
centerText: true,
|
||||
preferBackdrop: true
|
||||
preferBackdrop: true,
|
||||
context: context
|
||||
});
|
||||
}
|
||||
else if (view == "Poster") {
|
||||
|
@ -52,7 +59,8 @@
|
|||
items: result.Items,
|
||||
shape: "auto",
|
||||
showTitle: true,
|
||||
centerText: true
|
||||
centerText: true,
|
||||
context: context
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue