mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add latest translations
This commit is contained in:
parent
55bfb651b6
commit
861df73b9b
71 changed files with 452 additions and 309 deletions
|
@ -20,7 +20,6 @@
|
|||
|
||||
$('#recentlyAddedAlbums', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true,
|
||||
showUnplayedIndicator: false,
|
||||
shape: "square",
|
||||
showTitle: true,
|
||||
|
@ -43,7 +42,6 @@
|
|||
|
||||
$('#recentlyAddedSongs', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true,
|
||||
showUnplayedIndicator: false,
|
||||
shape: "square",
|
||||
showTitle: true,
|
||||
|
@ -73,7 +71,6 @@
|
|||
|
||||
$('#recentlyPlayedSongs', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true,
|
||||
showUnplayedIndicator: false,
|
||||
shape: "square",
|
||||
showTitle: true,
|
||||
|
@ -103,7 +100,6 @@
|
|||
|
||||
$('#topPlayedSongs', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true,
|
||||
showUnplayedIndicator: false,
|
||||
shape: "square",
|
||||
showTitle: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue