mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make xml content type common
This commit is contained in:
parent
bdc8187420
commit
d861c9e1bf
1 changed files with 2 additions and 2 deletions
|
@ -1119,8 +1119,8 @@
|
|||
posterWidth = 200;
|
||||
}
|
||||
else if (options.shape == 'detailPage169') {
|
||||
posterWidth = 260;
|
||||
thumbWidth = 260;
|
||||
posterWidth = 320;
|
||||
thumbWidth = 320;
|
||||
}
|
||||
|
||||
var dateText;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue