mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update subtitle escaping
This commit is contained in:
parent
e97b2577b7
commit
c5fce6d083
79 changed files with 408 additions and 247 deletions
|
@ -60,10 +60,12 @@
|
|||
items: result.Items,
|
||||
shape: "square",
|
||||
context: getParameterByName('context') || 'photos',
|
||||
overlayText: true,
|
||||
overlayText: tabIndex != 0,
|
||||
lazy: true,
|
||||
coverImage: true,
|
||||
useSecondaryItemsPage: true
|
||||
useSecondaryItemsPage: true,
|
||||
showTitle: tabIndex == 0,
|
||||
centerText: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue