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
69682bd717
commit
a9e5a73d42
11 changed files with 122 additions and 96 deletions
|
@ -93,7 +93,7 @@
|
|||
SortOrder: "Descending",
|
||||
IncludeItemTypes: "Episode",
|
||||
Filters: "IsResumable",
|
||||
Limit: screenWidth >= 1200 ? 6 : 4,
|
||||
Limit: screenWidth >= 1920 ? 5 : (screenWidth >= 1200 ? 6 : 4),
|
||||
Recursive: true,
|
||||
Fields: "PrimaryImageAspectRatio,SeriesInfo,UserData",
|
||||
ExcludeLocationTypes: "Virtual",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue