1
0
Fork 0
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:
MrTimscampi 2020-03-22 18:00:03 +01:00
parent feeacf12a2
commit 7bb7270b61

View file

@ -488,7 +488,7 @@ import 'programStyles';
return null; 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} item - Item for which to generate a card.
* @param {Object} apiClient - API client object. * @param {Object} apiClient - API client object.
* @param {Object} options - Options of the card. * @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 {Array} items - Array of items used to build the cards.
* @param {options} options - Options of the cards to build. * @param {options} options - Options of the cards to build.
*/ */