mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix rebase issues
This commit is contained in:
parent
feeacf12a2
commit
7bb7270b61
1 changed files with 2 additions and 2 deletions
|
@ -488,7 +488,7 @@ import 'programStyles';
|
|||
return null;
|
||||
}
|
||||
|
||||
/** Get the URL of the Card's image.
|
||||
/** Get the URL of the card's image.
|
||||
* @param {Object} item - Item for which to generate a card.
|
||||
* @param {Object} apiClient - API client object.
|
||||
* @param {Object} options - Options of the card.
|
||||
|
@ -1628,7 +1628,7 @@ import 'programStyles';
|
|||
}
|
||||
|
||||
/**
|
||||
* Builds a set of cards and inserts them into the page;.
|
||||
* Builds a set of cards and inserts them into the page.
|
||||
* @param {Array} items - Array of items used to build the cards.
|
||||
* @param {options} options - Options of the cards to build.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue