mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update listviews
This commit is contained in:
parent
d9c694f564
commit
f3cde16786
51 changed files with 402 additions and 333 deletions
|
@ -903,7 +903,7 @@
|
|||
|
||||
atts.push({
|
||||
name: 'serverid',
|
||||
value: item.ServerId
|
||||
value: item.ServerId || options.serverId
|
||||
});
|
||||
|
||||
atts.push({
|
||||
|
@ -1546,7 +1546,7 @@
|
|||
anchorCssClass += ' mediaItem';
|
||||
|
||||
if (options.defaultAction) {
|
||||
anchorCssClass += ' itemWithAction';
|
||||
anchorCssClass += ' itemAction';
|
||||
}
|
||||
|
||||
var transition = options.transition === false || !AppInfo.enableSectionTransitions ? '' : ' data-transition="slide"';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue