define(["loading", "libraryBrowser", "cardBuilder", "dom", "apphost", "imageLoader", "globalize", "layoutManager", "scrollStyles", "emby-itemscontainer"], function(loading, libraryBrowser, cardBuilder, dom, appHost, imageLoader, globalize, layoutManager) { "use strict"; function enableScrollX() { return !layoutManager.desktop } function getThumbShape() { return enableScrollX() ? "overflowBackdrop" : "backdrop" } function getPosterShape() { return enableScrollX() ? "overflowPortrait" : "portrait" } function getSquareShape() { return enableScrollX() ? "overflowSquare" : "square" } function getSections() { return [{ name: "HeaderFavoriteMovies", types: "Movie", id: "favoriteMovies", shape: getPosterShape(), showTitle: !1, overlayPlayButton: !0 }, { name: "HeaderFavoriteShows", types: "Series", id: "favoriteShows", shape: getPosterShape(), showTitle: !1, overlayPlayButton: !0 }, { name: "HeaderFavoriteEpisodes", types: "Episode", id: "favoriteEpisode", shape: getThumbShape(), preferThumb: !1, showTitle: !0, showParentTitle: !0, overlayPlayButton: !0, overlayText: !1, centerText: !0 }, { name: "HeaderFavoriteVideos", types: "Video,MusicVideo", id: "favoriteVideos", shape: getThumbShape(), preferThumb: !0, showTitle: !0, overlayPlayButton: !0, overlayText: !1, centerText: !0 }, { name: "HeaderFavoriteGames", types: "Game", id: "favoriteGames", shape: getSquareShape(), preferThumb: !1, showTitle: !0 }, { name: "HeaderFavoriteArtists", types: "MusicArtist", id: "favoriteArtists", shape: getSquareShape(), preferThumb: !1, showTitle: !0, overlayText: !1, showParentTitle: !1, centerText: !0, overlayPlayButton: !0, coverImage: !0 }, { name: "HeaderFavoriteAlbums", types: "MusicAlbum", id: "favoriteAlbums", shape: getSquareShape(), preferThumb: !1, showTitle: !0, overlayText: !1, showParentTitle: !0, centerText: !0, overlayPlayButton: !0, coverImage: !0 }, { name: "HeaderFavoriteSongs", types: "Audio", id: "favoriteSongs", shape: getSquareShape(), preferThumb: !1, showTitle: !0, overlayText: !1, showParentTitle: !0, centerText: !0, overlayMoreButton: !0, action: "instantmix", coverImage: !0 }] } function loadSection(elem, userId, topParentId, section, isSingleSection) { var screenWidth = dom.getWindowSize().innerWidth, options = { SortBy: "SortName", SortOrder: "Ascending", Filters: "IsFavorite", Recursive: !0, Fields: "PrimaryImageAspectRatio,BasicSyncInfo", CollapseBoxSetItems: !1, ExcludeLocationTypes: "Virtual", EnableTotalRecordCount: !1 }; topParentId && (options.ParentId = topParentId), isSingleSection || (options.Limit = screenWidth >= 1920 ? 10 : screenWidth >= 1440 ? 8 : 6, enableScrollX() && (options.Limit = 20)); var promise; return "MusicArtist" === section.types ? promise = ApiClient.getArtists(userId, options) : (options.IncludeItemTypes = section.types, promise = ApiClient.getItems(userId, options)), promise.then(function(result) { var html = ""; if (result.Items.length) { if (html += '