1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

apply suggestions

This commit is contained in:
grafixeyehero 2022-05-09 19:03:55 +03:00 committed by Bill Thornton
parent ee495cd412
commit bca185e1a9
2 changed files with 2 additions and 2 deletions

View file

@ -374,7 +374,7 @@ function getItemsFunction(options, item) {
} }
const ItemsByName = { const ItemsByName = {
renderItems: renderItems renderItems
}; };
export default ItemsByName; export default ItemsByName;

View file

@ -46,7 +46,7 @@ function render(page, item) {
} }
const PlaylistViewer = { const PlaylistViewer = {
render: render render
}; };
export default PlaylistViewer; export default PlaylistViewer;