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
1a1efc1646
commit
9a59fa6f70
32 changed files with 399 additions and 248 deletions
|
@ -338,6 +338,10 @@
|
|||
|
||||
getHref: function (item, itemByNameContext) {
|
||||
|
||||
if (!item) {
|
||||
throw new Error('item cannot be null');
|
||||
}
|
||||
|
||||
if (item.url) {
|
||||
return item.url;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue