mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use collection terminology
This commit is contained in:
parent
5057ffec65
commit
e8e1978bb4
13 changed files with 19 additions and 19 deletions
|
@ -612,7 +612,7 @@
|
|||
$('#childrenTitle', page).html('Seasons');
|
||||
}
|
||||
else if (item.Type == "BoxSet") {
|
||||
$('#childrenTitle', page).html('Movies');
|
||||
$('#childrenTitle', page).html('Titles');
|
||||
}
|
||||
else if (item.Type == "MusicAlbum") {
|
||||
$('#childrenTitle', page).html('Tracks');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue